]> git.sesse.net Git - vlc/commitdiff
Oops use -a iso -o
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 2 Feb 2008 09:43:59 +0000 (09:43 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 2 Feb 2008 09:43:59 +0000 (09:43 +0000)
configure.ac

index 548a347fceb9ada5432a3d1ef1c8c3a903fb3d59..e86e2567af3defa86474b3e054fbfc093d97e355 100644 (file)
@@ -5156,7 +5156,7 @@ AS_IF([test "${enable_qt4}" != "no" &&
       AC_DEFINE([HAVE_QT4], 1, [Define to 1 if you have QT4 library.])
       ALIASES="${ALIASES} qvlc"
       enableqt4=true
-      if test "${SYS}" != "mingw32" -o "${SYS}" != "mingwce" -o "${SYS}" != "cygwin"; then
+      if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" -a "${SYS}" != "cygwin"; then
           VLC_ADD_LIBS([qt4],[$QT4_LIBS -lX11])
       else
           VLC_ADD_LIBS([qt4],[$QT4_LIBS])