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:
DWesl 2022-10-13 19:32:48 -04:00
parent a0aa2b3e11
commit 4046afdfc2

View File

@ -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"