summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-17 15:47:37 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-17 15:47:37 +0000
commit6ac48bdb5f9b5425951a8b8a0da7b33c46b08594 (patch)
tree7c5b324d8c4900442e669600de411b8ec1f18ecc /configure
parente261eefda03108314ed153497b64b40870ead560 (diff)
downloadmpv-6ac48bdb5f9b5425951a8b8a0da7b33c46b08594.tar.bz2
mpv-6ac48bdb5f9b5425951a8b8a0da7b33c46b08594.tar.xz
consistency fix: --with-foo switches shall not enable options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18741 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 1dc203373b..84583fc2cc 100755
--- a/configure
+++ b/configure
@@ -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=*)