From 0de39b64cbd6834452b5e3c3603aa836aa52d1fb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 23 Apr 2012 21:27:55 +0200 Subject: configure.ac: work around syntax error .. when HAVE_WINDOWS was not set. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a84d6f69..a3794924 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= -- cgit v1.2.3