summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-08-31 19:04:06 +0000
committerDiego Biurrun <diego@biurrun.de>2006-08-31 19:04:06 +0000
commit12ccec0f15f1062c807a0f233561ded6f24d7879 (patch)
treed7e9b751e1950adda44524bae100302e958c9bc6 /configure
parentebb810d9f7dea574e5f2f1f96b6b00b9506b4bc0 (diff)
Remove superfluous variable setting, the script will exit anyway.
Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 354f441c04..9e1b6e375b 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