# HG changeset patch # User William Pitcock # Date 1193598132 18000 # Node ID c266c29a36c5ebb36669fc2f263bcb31bd8fe181 # Parent 1ebc33b0a608b020ec091e425693a506a98e5156 require libvorbis 1.2 due to undefined behaviour in 1.1.x. diff -r 1ebc33b0a608 -r c266c29a36c5 configure.ac --- a/configure.ac Sun Oct 28 12:38:37 2007 -0500 +++ b/configure.ac Sun Oct 28 14:02:12 2007 -0500 @@ -623,7 +623,7 @@ ) if test "$enable_vorbis" = "yes"; then - PKG_CHECK_MODULES(OGG_VORBIS, [ogg >= 1.0 vorbis >= 1.0 vorbisfile >= 1.0], + PKG_CHECK_MODULES(OGG_VORBIS, [ogg >= 1.0 vorbis >= 1.2 vorbisfile >= 1.2], [have_oggvorbis=yes], [AC_MSG_WARN([*** Cannot find libogg/libvorbis, Ogg Vorbis support will not be built ***]) have_oggvorbis=no]