--- a/configure.in +++ b/configure.in @@ -38,6 +39,7 @@ AC_CHECK_LIB(vorbisfile, ov_open,, AC_MSG_WARN(libvorbis not found - the support for OGG files is disabled)) +AC_SEARCH_LIBS(ogg_stream_clear,ogg) AM_ICONV_LINK