Mercurial > SDL_sound_CoreAudio
diff configure.in @ 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 | 6d9fdec2f708 |
children | 5e5adbe0f215 |
line wrap: on
line diff
--- 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