summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-16 18:18:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-16 18:18:36 +0000
commitad63b544e6358e9213fe94239605a6f128c3fb2d (patch)
tree2f710fce60c96348375d1a313d43112d59f00d2e
parent1b393e973d0beae35fb17b82319928f175780d91 (diff)
downloadmpv-ad63b544e6358e9213fe94239605a6f128c3fb2d.tar.bz2
mpv-ad63b544e6358e9213fe94239605a6f128c3fb2d.tar.xz
option handling consistency fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18732 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 92f7b090a1..86a75204a8 100755
--- a/configure
+++ b/configure
@@ -1927,6 +1927,7 @@ for ac_option do
--enable-gui) _gui=yes ;;
--disable-gui) _gui=no ;;
--enable-old-gtk) _gtk1=yes ;;
+ --disable-old-gtk) _gtk1=no ;;
--enable-termcap) _termcap=yes ;;
--disable-termcap) _termcap=no ;;
--enable-termios) _termios=yes ;;
@@ -1940,6 +1941,7 @@ for ac_option do
--enable-tdfxvid) _tdfxvid=yes ;;
--disable-tga) _tga=no ;;
--enable-tga) _tga=yes ;;
+ --enable-tdfxfb) _tdfxfb=yes ;;
--disable-tdfxfb) _tdfxfb=no ;;
--enable-directfb) _directfb=yes ;;
--disable-directfb) _directfb=no ;;
@@ -2151,7 +2153,6 @@ for ac_option do
;;
--with-termcaplib=*)
_ld_termcap=-l`echo $ac_option | cut -d '=' -f 2`
- _termcap=yes
;;
--prefix=*)
_prefix=`echo $ac_option | cut -d '=' -f 2`