]> git.sesse.net Git - vlc/commitdiff
Refer to Qt4 rather than WxWidgets for interactions
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Thu, 12 Jun 2008 20:29:15 +0000 (23:29 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Thu, 12 Jun 2008 20:29:15 +0000 (23:29 +0300)
configure.ac

index 7cdd018abb744a9ebce21cf4541733cff3cd5fc8..ae5db9e514d4c544dfa21da60d3872b0b8a41b4c 100644 (file)
@@ -4982,13 +4982,9 @@ fi
 dnl
 dnl Simple test for skins2 dependency
 dnl
-if test "${enable_skins2}" != "no"
-then
-  if test "${WX_CONFIG}" = "no"
-  then
-    AC_MSG_ERROR([The skins2 module depends on the wxWidgets development package. Without it you won't be able to open any dialog box from the interface, which makes the skins2 interface rather useless. Install the wxWidgets development package or alternatively you can also configure with: --disable-wxwidgets --disable-skins2.])
-  fi
-fi
+AS_IF([test "${enable_skins2}" != "no"], [
+  AC_MSG_ERROR([The skins2 module depends on a the Qt4 development package. Without it you won't be able to open any dialog box from the interface, which makes the skins2 interface rather useless. Install the Qt4 development package or alternatively you can also configure with: --disable-qt4 --disable-skins2.])
+])
 
 dnl
 dnl  Opie QT embedded module