From 6ac48bdb5f9b5425951a8b8a0da7b33c46b08594 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 17 Jun 2006 15:47:37 +0000 Subject: [PATCH] consistency fix: --with-foo switches shall not enable options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18741 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 5 ----- 1 file changed, 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=*)