# HG changeset patch # User diego # Date 1150559257 0 # Node ID 6a99893397e9085174d218d59852b1fbf8c49962 # Parent 36ef1777ed81af08271f10930146c23ff74fd6a6 consistency fix: --with-foo switches shall not enable options. diff -r 36ef1777ed81 -r 6a99893397e9 configure --- 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=*)