summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-12-08 16:28:00 -0500
committerKeith Packard <keithp@keithp.com>2008-12-09 20:49:55 -0800
commit0d27dd23cf08a2dc3581f9db81371c2cdb798db0 (patch)
treef9f3dca66d8f6dc54c732421b4264075a07f6abb /configure.ac
parentff9b55d8cbc19e0e31a91034e332058acd967cd1 (diff)
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. (cherry picked from commit 58a27d2932164e43c0db42b1286ec2f95250b420) Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f62f35f07..81024e9e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -312,7 +312,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)