--- a/configure.in Thu Apr 17 11:01:29 2008 +0000 +++ b/configure.in Thu May 15 10:22:39 2008 +0000 @@ -22,6 +22,11 @@ [if test "$enableval" == "yes"; then AC_DEFINE(ENABLE_WATCH, 1, [Enable watchpoints]) fi] ) +AC_ARG_ENABLE( sh4stats, + AS_HELP_STRING( [--enable-sh4stats], [Enable statistics on executed sh4 instructions]), + [if test "$enableval" == "yes"; then + AC_DEFINE(ENABLE_SH4STATS, 1, [Enable SH4 statistics]) + fi] ) AC_ARG_WITH( osmesa, AS_HELP_STRING( [--with-osmesa], [Build with the osmesa GL library (software rendering)]), [], [with_osmesa=no])