summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1770aa4ead..bfcbaff917 100755
--- a/configure
+++ b/configure
@@ -1941,7 +1941,7 @@ done
# Do not overwrite config.h if unchanged to avoid superfluous rebuilds.
diff $TMPH config.h >/dev/null 2>&1
-if test $? -ne 0 ; then
+if test "$?" != "0" ; then
mv -f $TMPH config.h
else
echo "config.h is unchanged"