From 58a27d2932164e43c0db42b1286ec2f95250b420 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 8 Dec 2008 16:28:00 -0500 Subject: 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. --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3