aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index acf807f9f..e374c9731 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,8 +20,8 @@ if test -z $AUTOCONF; then
exit
else
V=`autoconf --version | head -1 | cut -d ' ' -f 4`
- if [ $V="2.6.3" ]; then
- FUZZY="dnl> "
+ if [ "$V" = '2.6.3' ]; then
+ FUZZY="dnl> "
fi
fi