- the check for wxWindows/debugger/readline is obsolete, so I removed it

This commit is contained in:
Bryce Denney 2002-10-16 19:42:24 +00:00
parent f6c637aa8a
commit 9d44d4e473
2 changed files with 4297 additions and 2276 deletions

6412
bochs/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(bochs.h)
AC_REVISION([[$Id: configure.in,v 1.150 2002-10-11 13:21:13 bdenney Exp $]])
AC_REVISION([[$Id: configure.in,v 1.151 2002-10-16 19:42:24 bdenney Exp $]])
AC_CONFIG_HEADER(config.h)
dnl // Put Bochs version information right here so that it gets substituted
@ -1577,13 +1577,6 @@ elif test "$with_wx" = yes; then
GUI_LINK_OPTS='$(GUI_LINK_OPTS_WX)'
# using debugger with readline is failing due to thread/signal handler
# problems.
if test "$use_readline" = 1 -a "$bx_debugger" = 1; then
echo ERROR: You have selected wxWindows, the debugger, and the readline
echo library. This combination is known to trigger problems with SIGINT
echo handling. Please run configure again with --disable-readline to
echo correct this.
exit 1
fi
case $target in
*-pc-windows* | *-cygwin* | *-mingw32*)
EXTRA_BX_OBJS="$EXTRA_BX_OBJS wxbochs_resources.o"