Commit 905e945b authored by Christophe Mutricy's avatar Christophe Mutricy

"default auto" means nothing

parent bc8e6a59
...@@ -3801,7 +3801,7 @@ dnl ...@@ -3801,7 +3801,7 @@ dnl
dnl libfluidsynth (MIDI synthetizer) plugin dnl libfluidsynth (MIDI synthetizer) plugin
dnl dnl
AC_ARG_ENABLE(fluidsynth, AC_ARG_ENABLE(fluidsynth,
[ --enable-fluidsynth MIDI synthesisr with libfluidsynth (default auto)]) [ --enable-fluidsynth MIDI synthesisr with libfluidsynth (default enabled)])
AS_IF([test "x${enable_fluidsynth}" != "xno"], [ AS_IF([test "x${enable_fluidsynth}" != "xno"], [
PKG_CHECK_MODULES(FLUIDSYNTH, fluidsynth, [ PKG_CHECK_MODULES(FLUIDSYNTH, fluidsynth, [
VLC_ADD_PLUGINS(fluidsynth) VLC_ADD_PLUGINS(fluidsynth)
...@@ -4843,7 +4843,7 @@ dnl ...@@ -4843,7 +4843,7 @@ dnl
dnl UPnP Plugin (Intel SDK) dnl UPnP Plugin (Intel SDK)
dnl dnl
AC_ARG_ENABLE(upnp, AC_ARG_ENABLE(upnp,
[ --enable-upnp Intel UPnP SDK (default auto)]) [ --enable-upnp Intel UPnP SDK (default enabled)])
VLC_ADD_CXXFLAGS([upnp_intel], [ ]) VLC_ADD_CXXFLAGS([upnp_intel], [ ])
AS_IF([test "x${enable_upnp}" != "xno"], [ AS_IF([test "x${enable_upnp}" != "xno"], [
...@@ -5353,7 +5353,7 @@ dnl ...@@ -5353,7 +5353,7 @@ dnl
dnl ncurses module dnl ncurses module
dnl dnl
AC_ARG_ENABLE(ncurses, AC_ARG_ENABLE(ncurses,
[ --disable-ncurses ncurses interface support (default auto)], [ --disable-ncurses ncurses interface support (default enabled)],
[if test "${enable_ncurses}" != "no"; then [if test "${enable_ncurses}" != "no"; then
AC_CHECK_HEADER(ncurses.h, AC_CHECK_HEADER(ncurses.h,
[AC_CHECK_LIB(ncursesw, mvprintw, [AC_CHECK_LIB(ncursesw, mvprintw,
......
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