changeset 18738:6a99893397e9

consistency fix: --with-foo switches shall not enable options.
author diego
date Sat, 17 Jun 2006 15:47:37 +0000
parents 36ef1777ed81
children 13664a5039c7
files configure
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jun 17 15:01:43 2006 +0000
+++ b/configure	Sat Jun 17 15:47:37 2006 +0000
@@ -2021,7 +2021,6 @@
     ;;
   --with-libdvdnav=*)
     _dvdnavdir=`echo $ac_option | cut -d '=' -f 2`
-    _dvdnav=yes
     ;;
 
   --with-codecsdir=*)
@@ -2031,15 +2030,12 @@
     ;;
   --with-win32libdir=*)
     _win32libdir=`echo $ac_option | cut -d '=' -f 2`
-    _win32=yes
     ;;
   --with-xanimlibdir=*)
     _xanimlibdir=`echo $ac_option | cut -d '=' -f 2`
-    _xanim=yes
     ;;
   --with-reallibdir=*)
     _reallibdir=`echo $ac_option | cut -d '=' -f 2`
-    _real=yes
     ;;
   --with-livelibdir=*)
     _livelibdir=`echo $ac_option | cut -d '=' -f 2`
@@ -2049,7 +2045,6 @@
     ;;
   --with-mlibdir=*)
     _mlibdir=`echo $ac_option | cut -d '=' -f 2`
-    _mlib=yes
     ;;
 
   --with-xmmslibdir=*)