# HG changeset patch # User diego # Date 1150481916 0 # Node ID 11bc41259cc613906ef527266cb68350a6d514d5 # Parent 926079921b484c99804b4fafb5f972d002371543 option handling consistency fixes diff -r 926079921b48 -r 11bc41259cc6 configure --- a/configure Fri Jun 16 16:03:27 2006 +0000 +++ b/configure Fri Jun 16 18:18:36 2006 +0000 @@ -1927,6 +1927,7 @@ --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 @@ --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 @@ ;; --with-termcaplib=*) _ld_termcap=-l`echo $ac_option | cut -d '=' -f 2` - _termcap=yes ;; --prefix=*) _prefix=`echo $ac_option | cut -d '=' -f 2`