[vlc-devel] commit: Refer to Qt4 rather than WxWidgets for interactions ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Jun 12 22:30:23 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Jun 12 23:29:15 2008 +0300| [5801a8c41b16e796f9995cf6fa1a4cc054064523]
Refer to Qt4 rather than WxWidgets for interactions
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5801a8c41b16e796f9995cf6fa1a4cc054064523
---
configure.ac | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7cdd018..ae5db9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
More information about the vlc-devel
mailing list