Mercurial > SDL_sound_CoreAudio
changeset 500:6ab5fcc53667 stable-1.0
Fixed ogg.h detection in configure script.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 06 Dec 2005 12:07:26 +0000 |
parents | b4e9fb8ef9f6 |
children | 7a5ea0018285 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Dec 06 11:54:17 2005 +0000 +++ b/configure.in Tue Dec 06 12:07:26 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)