[tracker/miner-web] configure.ac: Detect the correct libvorbis library.



commit 2249fbe076fbfb18a692c7cab01d7eb07fce0b0b
Author: Carlos Garnacho <carlos lanedo com>
Date:   Tue Nov 3 14:53:52 2009 +0100

    configure.ac: Detect the correct libvorbis library.
    
    We actually use libvorbisfile in the vorbis extractor.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6f9e079..9e763cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1216,7 +1216,7 @@ AC_ARG_ENABLE(libvorbis,
 
 if test "x$enable_libvorbis" != "xno" ; then
    PKG_CHECK_MODULES(LIBVORBIS,
-		     [vorbis >= $LIBVORBIS_REQUIRED],
+		     [vorbisfile >= $LIBVORBIS_REQUIRED],
 		     [have_libvorbis=yes], 
 		     [have_libvorbis=no])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]