From: Diego Biurrun Date: Thu, 31 Aug 2006 19:04:06 +0000 (+0000) Subject: Remove superfluous variable setting, the script will exit anyway. X-Git-Tag: v0.5~11964 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12ccec0f15f1062c807a0f233561ded6f24d7879;p=platform%2Fupstream%2Flibav.git Remove superfluous variable setting, the script will exit anyway. Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 354f441..9e1b6e3 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