# HG changeset patch # User alex # Date 1018890482 0 # Node ID cc24d5e2573fba2a2246b5ba407bbf4e535ee1a4 # Parent b62460b1db74dccd8a421f4f0285459d3f849ab6 removed unused XP stuff diff -r b62460b1db74 -r cc24d5e2573f configure --- a/configure Mon Apr 15 14:01:07 2002 +0000 +++ b/configure Mon Apr 15 17:08:02 2002 +0000 @@ -226,7 +226,6 @@ _cc=gcc test "$CC" && _cc="$CC" _as=auto -_enable_xp=no _runtime_cpudetection=yes for ac_option do case "$ac_option" in @@ -245,12 +244,6 @@ --disable-gcc-checking) _skip_cc_check=yes ;; - --enable-xp) - _enable_xp=yes - ;; - --disable-xp) - _enable_xp=no - ;; --enable-static) _ld_static='-static' ;; @@ -3337,10 +3330,6 @@ fi echores "$_lirc" -# checking for extra performance -_def_xp='#undef __ENABLE_XP' -test "$_enable_xp" = yes && _def_xp='#define __ENABLE_XP 1' -echo Checking for xp = bleeding edge ... "$_enable_xp" ############################################################################# echo "Creating config.mak" @@ -3442,10 +3431,6 @@ GUI = $_gui DEBUG = -DDEBUG -# --- HAZARDOUS STUFF - -ENABLE_XP=$_enable_xp - EOF ############################################################################# @@ -3780,12 +3765,6 @@ #define X11_FULLSCREEN 1 #endif -$_def_xp - -#ifdef __ENABLE_XP -#define __ENABLE_DEC_AHEAD 1 -#endif - EOF #############################################################################