# HG changeset patch # User Ryan C. Gordon # Date 1002133067 0 # Node ID de42ca5599ac95fa12706131ec15e084aefa9d93 # Parent 103cfcb3c0144902e54eddf8bd0bf8d87876deeb Added DEBUG_CHATTER to the --enable-debug defines. (This will become a separate option: --enable-debug-chatter if it proves to be a pain in the ass.) diff -r 103cfcb3c014 -r de42ca5599ac acconfig.h --- a/acconfig.h Wed Oct 03 18:15:52 2001 +0000 +++ b/acconfig.h Wed Oct 03 18:17:47 2001 +0000 @@ -1,5 +1,6 @@ #undef DEBUG +#undef DEBUG_CHATTER #undef NDEBUG #undef SOUND_SUPPORTS_AIFF #undef SOUND_SUPPORTS_MOD diff -r 103cfcb3c014 -r de42ca5599ac configure.in --- a/configure.in Wed Oct 03 18:15:52 2001 +0000 +++ b/configure.in Wed Oct 03 18:17:47 2001 +0000 @@ -71,6 +71,7 @@ CFLAGS="-O0" fi AC_DEFINE(DEBUG) + AC_DEFINE(DEBUG_CHATTER) else AC_DEFINE(NDEBUG) fi @@ -125,21 +126,13 @@ fi -dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. -dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. -dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. -dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. dnl Check for shn decoder inclusion... AC_ARG_ENABLE(shn, -[ --enable-shn enable SHN decoding [default=no]], - , enable_shn=no) +[ --enable-shn enable SHN decoding [default=yes]], + , enable_shn=yes) if test x$enable_shn = xyes; then AC_DEFINE(SOUND_SUPPORTS_SHN) fi -dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. -dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. -dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. -dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE. dnl Check for libmikmod