]> git.sesse.net Git - vlc/commitdiff
. correction d'une faute de frappe dans configure.in (�a r�pond � ta
authorSam Hocevar <sam@videolan.org>
Wed, 18 Oct 2000 02:17:20 +0000 (02:17 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 18 Oct 2000 02:17:20 +0000 (02:17 +0000)
  question, Stef ? :)

configure
configure.in

index c547f6b0e88338238afb231ca34259420deb713f..95544453cf06c459f586c8a02e60af1a9f19b912 100755 (executable)
--- a/configure
+++ b/configure
@@ -3088,7 +3088,7 @@ if test x$enable_dsp != xno; then PLUGINS=${PLUGINS}"dsp "; fi
 # Check whether --enable-esd or --disable-esd was given.
 if test "${enable_esd+set}" = set; then
   enableval="$enable_esd"
-  if test x$enable_gnome = xyes; then PLUGINS=${PLUGINS}"esd "; fi
+  if test x$enable_esd = xyes; then PLUGINS=${PLUGINS}"esd "; fi
 fi
 
 # Check whether --enable-fb or --disable-fb was given.
index 83fa1ef6d24846d471d1479e0562e4279e228713..615a9041ad6d22c966a72472ede6f997e29f62bf 100644 (file)
@@ -90,7 +90,7 @@ AC_ARG_ENABLE(dsp,
 if test x$enable_dsp != xno; then PLUGINS=${PLUGINS}"dsp "; fi
 AC_ARG_ENABLE(esd,
   [  --enable-esd            Esound library support (default disabled)],
-  [if test x$enable_gnome = xyes; then PLUGINS=${PLUGINS}"esd "; fi])
+  [if test x$enable_esd = xyes; then PLUGINS=${PLUGINS}"esd "; fi])
 AC_ARG_ENABLE(fb,
   [  --enable-fb             Linux framebuffer support (default disabled)],
   [if test x$enable_fb = xyes; then PLUGINS=${PLUGINS}"fb "; ALIASES=${ALIASES}"fbvlc "; fi])