- enable I/O interface to debugger, when the debugger is enabled
This commit is contained in:
parent
077e7fd683
commit
5ab4415516
5709
bochs/configure
vendored
5709
bochs/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -947,8 +947,13 @@ AC_ARG_ENABLE(iodebug,
|
||||
fi
|
||||
],
|
||||
[
|
||||
AC_MSG_RESULT(no)
|
||||
AC_DEFINE(BX_IODEBUG_SUPPORT, 0)
|
||||
if test "" = 1; then
|
||||
# enable by default if debugger is on
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(BX_IODEBUG_SUPPORT, 1)
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
fi
|
||||
]
|
||||
)
|
||||
AC_SUBST(IODEBUG_OBJS)
|
||||
|
Loading…
Reference in New Issue
Block a user