From 292bee9e38e366bd975987ff0bcba46f1967059a Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 10 Apr 2010 16:36:55 +0300 Subject: [PATCH] Allow MOZILLA_CFLAGS to be empty --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2