summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-12-08 16:28:00 -0500
committerAdam Jackson <ajax@redhat.com>2008-12-08 16:28:00 -0500
commit58a27d2932164e43c0db42b1286ec2f95250b420 (patch)
treee91726821274d2e8ab80e9372db20bc37dddbe66
parentbbf811514d3cdf84790bad5b852942a4e636902b (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.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0270fc39c..9a3c864cf 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)