Commit 76c81b47 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix configure for win32

parent b4ea8923
...@@ -945,14 +945,10 @@ AM_CONDITIONAL(HAVE_MINIZIP, [ test "${have_minizip}" = "yes" ]) ...@@ -945,14 +945,10 @@ AM_CONDITIONAL(HAVE_MINIZIP, [ test "${have_minizip}" = "yes" ])
dnl Check for hal 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]) PKG_ENABLE_MODULES_VLC([HAL], [hal >= 0.5.0], [Linux HAL services discovery], [auto])
fi
dnl Check for mtp 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]) PKG_ENABLE_MODULES_VLC([MTP],[libmtp >= 0.3.0],[MTP devices support],[auto])
fi
dnl Check for dbus dnl Check for dbus
AC_ARG_ENABLE(dbus, AC_ARG_ENABLE(dbus,
...@@ -1771,9 +1767,7 @@ AS_IF([test "${enable_growl}" != "no"], [ ...@@ -1771,9 +1767,7 @@ AS_IF([test "${enable_growl}" != "no"], [
dnl dnl
dnl Libnotify notification plugin dnl Libnotify notification plugin
dnl dnl
if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
PKG_ENABLE_MODULES_VLC([NOTIFY], [libnotify], [libnotify notification], [auto]) PKG_ENABLE_MODULES_VLC([NOTIFY], [libnotify], [libnotify notification], [auto])
fi
dnl dnl
dnl Audioscrobbler plugin dnl Audioscrobbler plugin
......
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