--- a/configure.in Wed Nov 21 11:52:13 2007 +0000 +++ b/configure.in Tue Jan 01 10:54:22 2008 +0000 @@ -11,7 +11,16 @@ AC_HEADER_STDC AC_CANONICAL_BUILD AC_CANONICAL_HOST - +AC_ARG_ENABLE( trace, + AS_HELP_STRING( [--enable-trace], [Enable generation of IO traces (warning: hurts performance)]), + [if test "$enableval" == "yes"; then + AC_DEFINE(ENABLE_TRACE_IO, 1, [Enable IO tracing]) + fi] ) +AC_ARG_ENABLE( watch, + AS_HELP_STRING( [--enable-watch], [Enable watchpoints in the debugger (warning: hurts performance)]), + [if test "$enableval" == "yes"; then + AC_DEFINE(ENABLE_WATCH, 1, [Enable watchpoints]) + fi] ) dnl ----------- Check for mandatory dependencies -------------- dnl Building on MAC? AC_CHECK_HEADER([Carbon/Carbon.h], [