1.1 --- a/configure.in Wed Nov 21 11:52:13 2007 +0000
1.2 +++ b/configure.in Tue Jan 15 20:50:23 2008 +0000
1.12 +AC_ARG_ENABLE( trace,
1.13 + AS_HELP_STRING( [--enable-trace], [Enable generation of IO traces (warning: hurts performance)]),
1.14 + [if test "$enableval" == "yes"; then
1.15 + AC_DEFINE(ENABLE_TRACE_IO, 1, [Enable IO tracing])
1.17 +AC_ARG_ENABLE( watch,
1.18 + AS_HELP_STRING( [--enable-watch], [Enable watchpoints in the debugger (warning: hurts performance)]),
1.19 + [if test "$enableval" == "yes"; then
1.20 + AC_DEFINE(ENABLE_WATCH, 1, [Enable watchpoints])
1.22 dnl ----------- Check for mandatory dependencies --------------
1.23 dnl Building on MAC?
1.24 AC_CHECK_HEADER([Carbon/Carbon.h], [
1.26 echo "Warning: No translator available for $host. Building emulation core only";;
1.28 AM_CONDITIONAL(BUILD_SH4X86, [test "$SH4_TRANSLATOR" = "x86" -o "$SH4_TRANSLATOR" = "x86_64"])
1.29 +AM_CONDITIONAL(BUILD_X86_64, [test "$SH4_TRANSLATOR" = "x86_64"])
1.31 dnl ------------------ Optional driver support -------------------
1.32 dnl Check for esound