Skip to content

Commit 4a0725a

Browse files
authored
Merge pull request #2538 from wkliao/fix_text
typo fix
2 parents 0237d47 + a7a2608 commit 4a0725a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ISMSYS=yes
116116
fi
117117

118118
# Get windows version info
119-
if text "x$ISMSVC" = xyes ; then
119+
if test "x$ISMSVC" = xyes ; then
120120
WINVER=`systeminfo | sed -e '/^OS Version:/p' -ed | sed -e 's|[^0-9]*\([0-9.]*\).*|\1|'`
121121
else
122122
WINVER="0.0.0"

0 commit comments

Comments
 (0)