summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index 6f4dfc6b77..7d3c07a7fb 100755
--- a/configure
+++ b/configure
@@ -1246,9 +1246,7 @@ EOF
exit 1;
fi
-if disabled static; then
- LIBNAME=""
-fi
+disabled static && LIBNAME=""
if ! enabled libogg; then
enabled libtheora && die "libogg must be enabled to enable libtheora."