summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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