Mercurial > SDL_sound_CoreAudio
diff configure.in @ 534:a116d8f628a0
Merged r541:543 from branches/stable-1.0: Speex include directory fix.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 17 Apr 2008 17:56:09 +0000 |
parents | a0bb7a9c05b1 |
children | 9ebe77d267e0 |
line wrap: on
line diff
--- a/configure.in Thu Apr 17 17:43:02 2008 +0000 +++ b/configure.in Thu Apr 17 17:56:09 2008 +0000 @@ -296,7 +296,7 @@ if test x$enable_speex = xyes; then AC_CHECK_HEADER(ogg/ogg.h, have_ogg_hdr=yes) AC_CHECK_LIB(ogg, ogg_sync_init, have_ogg_lib=yes) - AC_CHECK_HEADER(speex.h, have_speex_hdr=yes) + AC_CHECK_HEADER(speex/speex.h, have_speex_hdr=yes) AC_CHECK_LIB(speex, speex_bits_init, have_speex_lib=yes) if test "x$have_ogg_hdr" = "xyes" -a "x$have_ogg_lib" = "xyes" -a "x$have_speex_hdr" = "xyes" -a "x$have_speex_lib" = "xyes"; then LIBS="$LIBS -logg -lspeex"