[vlc-commits] commit: Allow MOZILLA_CFLAGS to be empty ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sat Apr 10 15:39:16 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 10 16:36:55 2010 +0300| [292bee9e38e366bd975987ff0bcba46f1967059a] | committer: Rémi Denis-Courmont
Allow MOZILLA_CFLAGS to be empty
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=292bee9e38e366bd975987ff0bcba46f1967059a
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index b148e98..b12a10c 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
More information about the vlc-commits
mailing list