From 12ccec0f15f1062c807a0f233561ded6f24d7879 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 31 Aug 2006 19:04:06 +0000
Subject: [PATCH] Remove superfluous variable setting, the script will exit
 anyway.

Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index 354f441c046..9e1b6e375bb 100755
--- a/configure
+++ b/configure
@@ -931,7 +931,6 @@ if test "$vorbis" = "yes" ; then
     if test "$libogg" = "no"; then
         echo "libogg must be enabled to enable Vorbis."
         fail="yes"
-        vorbis="no"
     fi
 fi
 
-- 
GitLab