diff configure.ac @ 2141:c266c29a36c5

require libvorbis 1.2 due to undefined behaviour in 1.1.x.
author William Pitcock <nenolod@atheme.org>
date Sun, 28 Oct 2007 14:02:12 -0500
parents ce4beb166e92
children 19725f003ddf
line wrap: on
line diff
--- 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]