Commit 292bee9e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Allow MOZILLA_CFLAGS to be empty

parent 68a62358
...@@ -4549,7 +4549,7 @@ then ...@@ -4549,7 +4549,7 @@ then
AC_ARG_VAR([MOZILLA_LIBS], [linker flags for Mozilla, overriding pkg-config]) AC_ARG_VAR([MOZILLA_LIBS], [linker flags for Mozilla, overriding pkg-config])
AC_MSG_NOTICE([Checking for Mozilla]) AC_MSG_NOTICE([Checking for Mozilla])
found=0 found=0
if test -n "$MOZILLA_CFLAGS" -a -n "$MOZILLA_LIBS" if test -n "$MOZILLA_CFLAGS" -o -n "$MOZILLA_LIBS"
then then
found=1 found=1
else else
......
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