mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
BLD: Fix syntax in configure.ac.
The command looks much more like test than any command I can think of that would be called text.
This commit is contained in:
parent
a0aa2b3e11
commit
4046afdfc2
@ -118,7 +118,7 @@ ISMSYS=yes
|
||||
fi
|
||||
|
||||
# Get windows version info
|
||||
if text "x$ISMSVC" = xyes ; then
|
||||
if test "x$ISMSVC" = xyes ; then
|
||||
WINVER=`systeminfo | sed -e '/^OS Version:/p' -ed | sed -e 's|[^0-9]*\([0-9.]*\).*|\1|'`
|
||||
else
|
||||
WINVER="0.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user