[vlc-devel] commit: Fix configure for win32 (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Aug 5 21:00:13 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug  5 20:59:57 2009 +0200| [76c81b476d59831bdfe10e9bf14e3b2eed42a396] | committer: Jean-Baptiste Kempf 

Fix configure for win32

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76c81b476d59831bdfe10e9bf14e3b2eed42a396
---

 configure.ac |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0f7f35a..9a1cafd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -945,14 +945,10 @@ AM_CONDITIONAL(HAVE_MINIZIP, [ test "${have_minizip}" = "yes" ])
 
 
 dnl Check for hal
-if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
 PKG_ENABLE_MODULES_VLC([HAL], [hal >= 0.5.0], [Linux HAL services discovery], [auto])
-fi
 
 dnl Check for mtp
-if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
 PKG_ENABLE_MODULES_VLC([MTP],[libmtp >= 0.3.0],[MTP devices support],[auto])
-fi
 
 dnl Check for dbus
 AC_ARG_ENABLE(dbus,
@@ -1771,9 +1767,7 @@ AS_IF([test "${enable_growl}" != "no"], [
 dnl
 dnl Libnotify notification plugin
 dnl
-if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
 PKG_ENABLE_MODULES_VLC([NOTIFY], [libnotify], [libnotify notification], [auto])
-fi
 
 dnl
 dnl Audioscrobbler plugin




More information about the vlc-devel mailing list