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