Mercurial > SDL_sound_CoreAudio
diff configure.in @ 501:7558f9d03d6f
Fixed ogg.h detection in configure script.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 06 Dec 2005 12:07:40 +0000 |
parents | 0b244f36049e |
children | 46d5f399cb35 |
line wrap: on
line diff
--- a/configure.in Tue Dec 06 11:45:14 2005 +0000 +++ b/configure.in Tue Dec 06 12:07:40 2005 +0000 @@ -235,7 +235,7 @@ [ --enable-ogg enable OGG decoding via libvorbis [default=yes]], , enable_ogg=yes) if test x$enable_ogg = xyes; then - AC_CHECK_HEADER(ogg.h, have_ogg_hdr=yes) + AC_CHECK_HEADER(ogg/ogg.h, have_ogg_hdr=yes) AC_CHECK_LIB(ogg, ogg_sync_init, have_ogg_lib=yes) AC_CHECK_HEADER(vorbis/codec.h, have_vorbis_hdr=yes) AC_CHECK_LIB(vorbis, vorbis_info_init, have_vorbis_lib=yes)