Added --with-sdl

This commit is contained in:
instinc 2002-02-05 19:21:59 +00:00
parent 70055903ed
commit 4be53d635a
2 changed files with 3006 additions and 6697 deletions

9701
bochs/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -852,7 +852,7 @@ AC_ARG_ENABLE(hga-dumps,
AC_MSG_CHECKING(for I/O Interface to the debugger) AC_MSG_CHECKING(for I/O Interface to the debugger)
IODEBUG_OBJS='' IODEBUG_OBJS=''
AC_ARG_ENABLE(iodebug, AC_ARG_ENABLE(iodebug,
[ --enable-iodebug enable I/O interface to debugger], [ --enable-iodebug enable I/O interface to debugger],
[if test "$enableval" = yes; then [if test "$enableval" = yes; then
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
AC_DEFINE(BX_IODEBUG_SUPPORT, 1) AC_DEFINE(BX_IODEBUG_SUPPORT, 1)