changeset 105:de42ca5599ac

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.)
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 03 Oct 2001 18:17:47 +0000
parents 103cfcb3c014
children 40de367eb59e
files acconfig.h configure.in
diffstat 2 files changed, 4 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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