summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-12-24 02:14:26 +0000
committerDiego Biurrun <diego@biurrun.de>2006-12-24 02:14:26 +0000
commitb8bd34305e5313a9fb9e791fe97ffccebe414a81 (patch)
treeb60b544da7a95ea43153165000cc67c0c54e7c66 /configure
parenteb1138049908806745256d3e409cd071ce4f2102 (diff)
Slightly shorten libvorbis check.
Originally committed as revision 7371 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure b/configure
index c516554600..0f8b39f33e 100755
--- a/configure
+++ b/configure
@@ -1117,11 +1117,9 @@ EOF
exit 1;
fi
-if test "$libvorbis" = "yes" ; then
- if test "$libogg" = "no"; then
- echo "libogg must be enabled to enable Vorbis."
- fail="yes"
- fi
+if test "$libvorbis" = "yes" && test "$libogg" = "no"; then
+ echo "libogg must be enabled to enable libvorbis."
+ fail="yes"
fi
if test "$gpl" != "yes"; then