Commit 0de39b64 authored by Max Kellermann's avatar Max Kellermann

configure.ac: work around syntax error

.. when HAVE_WINDOWS was not set.
parent 36a7b4e2
......@@ -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=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment