Commit 4bced71e authored by Felix Paul Kühne's avatar Felix Paul Kühne

* don't default enable QT4 on Darwin

parent cc89854d
...@@ -4880,7 +4880,8 @@ dnl ...@@ -4880,7 +4880,8 @@ dnl
enableqt4=false enableqt4=false
AC_ARG_ENABLE(qt4, AC_ARG_ENABLE(qt4,
[ --enable-qt4 QT 4 support (default enabled) ]) [ --enable-qt4 QT 4 support (default enabled) ])
AS_IF([test "${enable_qt4}" != "no"], [ AS_IF([test "${enable_qt4}" != "no" &&
(test "${SYS}" != "darwin" || test "${enable_qt4}" = "yes")], [
PKG_CHECK_MODULES(QT4, QtCore QtGui, PKG_CHECK_MODULES(QT4, QtCore QtGui,
[ VLC_ADD_PLUGINS([qt4]) [ VLC_ADD_PLUGINS([qt4])
ALIASES="${ALIASES} qvlc" ALIASES="${ALIASES} qvlc"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment