From: RĂ©mi Denis-Courmont Date: Sat, 10 Apr 2010 13:36:55 +0000 (+0300) Subject: Allow MOZILLA_CFLAGS to be empty X-Git-Tag: 1.1.0-pre1~65 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=292bee9e38e366bd975987ff0bcba46f1967059a;p=vlc Allow MOZILLA_CFLAGS to be empty --- diff --git a/configure.ac b/configure.ac index b148e986c4..b12a10cb7e 100644 --- a/configure.ac +++ b/configure.ac @@ -4549,7 +4549,7 @@ then AC_ARG_VAR([MOZILLA_LIBS], [linker flags for Mozilla, overriding pkg-config]) AC_MSG_NOTICE([Checking for Mozilla]) found=0 - if test -n "$MOZILLA_CFLAGS" -a -n "$MOZILLA_LIBS" + if test -n "$MOZILLA_CFLAGS" -o -n "$MOZILLA_LIBS" then found=1 else