# HG changeset patch # User nick # Date 1003342670 0 # Node ID 09c01ef6a27d483a30c0dd371a2f83b3c1bc1d71 # Parent 2c6c21e1a1a1c3b9362630471f962ddb704d37bc vo_vesa support. Should be written better. diff -r 2c6c21e1a1a1 -r 09c01ef6a27d configure --- a/configure Wed Oct 17 18:07:40 2001 +0000 +++ b/configure Wed Oct 17 18:17:50 2001 +0000 @@ -2230,6 +2230,11 @@ _debugdef='#undef MP_DEBUG' fi +if test "$system_name" = "Linux" ; then + _linux_def='#define TARGET_LINUX' +else + _linux_def='#undef TARGET_LINUX' +fi echo echo "Creating $MCONF" cat > $MCONF << EOF @@ -2237,7 +2242,7 @@ # -------- Generated by ./configure ----------- LANG=C - +TARGET_OS=$system_name prefix = $_prefix AR=ar CC=$_cc @@ -2433,6 +2438,8 @@ /* Define this to any prefered value from 386 up to infinity with step 100 */ #define __CPU__ $iproc +$_linux_def + #ifdef sun #define DEFAULT_CDROM_DEVICE "/vol/dev/aliases/cdrom0" #define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE