Mercurial > SDL_sound_CoreAudio
comparison configure.in @ 188:8df5aff6ce12
Added (broken and commented out) ElectricFence support.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 27 Dec 2001 23:08:44 +0000 |
parents | 3ccce5bb41c0 |
children | e2cb8bfe8051 |
comparison
equal
deleted
inserted
replaced
187:bfe5031726e8 | 188:8df5aff6ce12 |
---|---|
195 LIBS="$LIBS $VORBIS_LIBS $VORBISFILE_LIBS $VORBISENC_LIBS" | 195 LIBS="$LIBS $VORBIS_LIBS $VORBISFILE_LIBS $VORBISENC_LIBS" |
196 AC_DEFINE(SOUND_SUPPORTS_OGG) | 196 AC_DEFINE(SOUND_SUPPORTS_OGG) |
197 fi | 197 fi |
198 fi | 198 fi |
199 | 199 |
200 dnl Check for efence (!!! FIXME : This doesn't work.) | |
201 dnl AC_ARG_ENABLE(efence, | |
202 dnl [ --enable-efence enable ElectricFence usage [default=no]], | |
203 dnl , enable_efence=no) | |
204 dnl if test x$enable_efence = xyes; then | |
205 dnl LIBS="$LIBS /usr/lib/libefence.a" | |
206 dnl fi | |
207 | |
200 # Checks for header files. | 208 # Checks for header files. |
201 AC_HEADER_STDC | 209 AC_HEADER_STDC |
202 AC_CHECK_HEADERS([stdlib.h string.h]) | 210 AC_CHECK_HEADERS([stdlib.h string.h]) |
203 | 211 |
204 # Checks for typedefs, structures, and compiler characteristics. | 212 # Checks for typedefs, structures, and compiler characteristics. |