From ce79bfdf598d0aef376ffa650731e17b82664683 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 5 Aug 2006 10:51:15 +0000 Subject: Since we link against libvorbisfile, we should check for its presence, too svn-id: r23681 --- configure | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 8f01c54714..73ce76108a 100755 --- a/configure +++ b/configure @@ -977,7 +977,7 @@ if test "$_vorbis" = auto ; then int main(void) { vorbis_packet_blocksize(0,0); return 0; } EOF cc_check $LDFLAGS $CXXFLAGS $OGG_CFLAGS $OGG_LIBS $VORBIS_CFLAGS $VORBIS_LIBS \ - -lvorbis -logg -lm && _vorbis=yes + -lvorbisfile -lvorbis -logg -lm && _vorbis=yes fi if test "$_vorbis" = yes ; then _def_vorbis='#define USE_VORBIS' @@ -1014,6 +1014,9 @@ else fi echo "$_tremor" +# +# Check for FLAC +# echocheck "FLAC >= 1.0.1" if test "$_flac" = auto ; then _flac=no -- cgit v1.2.3