configure.ac: work around syntax error
.. when HAVE_WINDOWS was not set.
This commit is contained in:
parent
36a7b4e275
commit
0de39b64cb
@ -87,7 +87,7 @@ mingw32* | windows*)
|
|||||||
HAVE_WINDOWS=1
|
HAVE_WINDOWS=1
|
||||||
;;
|
;;
|
||||||
esac
|
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
|
if test -z "$prefix" || test "x$prefix" = xNONE; then
|
||||||
local_lib=
|
local_lib=
|
||||||
|
Loading…
Reference in New Issue
Block a user