consistency fix: --with-foo switches shall not enable options.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18741 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-06-17 15:47:37 +00:00
parent e261eefda0
commit 6ac48bdb5f
1 changed files with 0 additions and 5 deletions

5
configure vendored
View File

@ -2021,7 +2021,6 @@ for ac_option do
;;
--with-libdvdnav=*)
_dvdnavdir=`echo $ac_option | cut -d '=' -f 2`
_dvdnav=yes
;;
--with-codecsdir=*)
@ -2031,15 +2030,12 @@ for ac_option do
;;
--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 @@ for ac_option do
;;
--with-mlibdir=*)
_mlibdir=`echo $ac_option | cut -d '=' -f 2`
_mlib=yes
;;
--with-xmmslibdir=*)