diff options
author | Adam Jackson <ajax@redhat.com> | 2008-12-08 16:28:00 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-12-08 16:28:00 -0500 |
commit | 58a27d2932164e43c0db42b1286ec2f95250b420 (patch) | |
tree | e91726821274d2e8ab80e9372db20bc37dddbe66 /configure.ac | |
parent | bbf811514d3cdf84790bad5b852942a4e636902b (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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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) |