summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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