diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a84d6f698..a3794924f 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ mingw32* | windows*) HAVE_WINDOWS=1 ;; esac -AM_CONDITIONAL([HAVE_WINDOWS], [test $HAVE_WINDOWS -eq 1]) +AM_CONDITIONAL([HAVE_WINDOWS], [test x$HAVE_WINDOWS = x1]) if test -z "$prefix" || test "x$prefix" = xNONE; then local_lib= |