From d9c79b7dc6748a534ff370ecf52fc747084b9625 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Fri, 18 Feb 2011 16:16:30 +0200 Subject: configure: fix --enable-libvorbis with tremor installed Autodetected libvorbis prevented tremor test from running, but --enable-libvorbis didn't. Add an explicit check to disable tremor in that case. --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 975bce3864..1742c65686 100755 --- a/configure +++ b/configure @@ -5630,6 +5630,8 @@ echocheck "OggVorbis support" if test "$_libvorbis" = auto; then _libvorbis=no statement_check vorbis/codec.h 'vorbis_packet_blocksize(0, 0)' -lvorbis -logg $_ld_lm && _libvorbis=yes && _tremor=no +elif test "$_libvorbis" = yes ; then + _tremor=no fi if test "$_tremor" = auto; then _tremor=no -- cgit v1.2.3