xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Mon Dec 8 13:29:10 PST 2008


 configure.ac |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 58a27d2932164e43c0db42b1286ec2f95250b420
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Dec 8 16:28:00 2008 -0500

    Default to x86emu even on i386 linux
    
    vm86 mode is a bad idea anyway, and using the emulator everywhere
    means we get a consistent set of bugs.

diff --git a/configure.ac b/configure.ac
index 0270fc3..9a3c864 100644
--- a/configure.ac
+++ b/configure.ac
@@ -318,7 +318,6 @@ case $host_cpu in
   i*86)
 	I386_VIDEO=yes
 	case $host_os in
-		*linux*)	DEFAULT_INT10=vm86 ;;
 		*freebsd*)	AC_DEFINE(USE_DEV_IO) ;;
 		*dragonfly*)	AC_DEFINE(USE_DEV_IO) ;;
 		*netbsd*)	AC_DEFINE(USE_I386_IOPL)


More information about the xorg-commit mailing list