comparison 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
comparison
equal deleted inserted replaced
104:103cfcb3c014 105:de42ca5599ac
69 CFLAGS="-g -O0" 69 CFLAGS="-g -O0"
70 else 70 else
71 CFLAGS="-O0" 71 CFLAGS="-O0"
72 fi 72 fi
73 AC_DEFINE(DEBUG) 73 AC_DEFINE(DEBUG)
74 AC_DEFINE(DEBUG_CHATTER)
74 else 75 else
75 AC_DEFINE(NDEBUG) 76 AC_DEFINE(NDEBUG)
76 fi 77 fi
77 78
78 79
123 if test x$enable_aiff = xyes; then 124 if test x$enable_aiff = xyes; then
124 AC_DEFINE(SOUND_SUPPORTS_AIFF) 125 AC_DEFINE(SOUND_SUPPORTS_AIFF)
125 fi 126 fi
126 127
127 128
128 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
129 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
130 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
131 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
132 dnl Check for shn decoder inclusion... 129 dnl Check for shn decoder inclusion...
133 AC_ARG_ENABLE(shn, 130 AC_ARG_ENABLE(shn,
134 [ --enable-shn enable SHN decoding [default=no]], 131 [ --enable-shn enable SHN decoding [default=yes]],
135 , enable_shn=no) 132 , enable_shn=yes)
136 if test x$enable_shn = xyes; then 133 if test x$enable_shn = xyes; then
137 AC_DEFINE(SOUND_SUPPORTS_SHN) 134 AC_DEFINE(SOUND_SUPPORTS_SHN)
138 fi 135 fi
139 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
140 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
141 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
142 dnl DO NOT ENABLE THIS YET. IT'S NOT COMPLETE.
143 136
144 137
145 dnl Check for libmikmod 138 dnl Check for libmikmod
146 AC_ARG_ENABLE(mikmod, 139 AC_ARG_ENABLE(mikmod,
147 [ --enable-mikmod enable MOD decoding via mikmod [default=yes]], 140 [ --enable-mikmod enable MOD decoding via mikmod [default=yes]],