Remove superfluous variable setting, the script will exit anyway.

Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-08-31 19:04:06 +00:00
parent ebb810d9f7
commit 12ccec0f15
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -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