]> git.sesse.net Git - vlc/commitdiff
configure.ac: Darwin doesn't have X11 in most setups either
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 2 Feb 2008 10:55:34 +0000 (10:55 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 2 Feb 2008 10:55:34 +0000 (10:55 +0000)
configure.ac

index e86e2567af3defa86474b3e054fbfc093d97e355..a94c9f0badf519b62984082b52ec8e31dc39772c 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" -a "${SYS}" != "mingwce" -a "${SYS}" != "cygwin"; then
+      if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" -a "${SYS}" != "cygwin" -a "${SYS}" != "darwin"; then
           VLC_ADD_LIBS([qt4],[$QT4_LIBS -lX11])
       else
           VLC_ADD_LIBS([qt4],[$QT4_LIBS])