Remove superfluous variable setting, the script will exit anyway.
authorDiego Biurrun <diego@biurrun.de>
Thu, 31 Aug 2006 19:04:06 +0000 (19:04 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 31 Aug 2006 19:04:06 +0000 (19:04 +0000)
Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 354f441..9e1b6e3 100755 (executable)
--- 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