summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-18 10:03:16 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-18 10:03:16 +0000
commitabc4e5727e11b4caf1591d0b2b3e4308159d2ead (patch)
tree089e2564678f1c42f679978b8e6208c50c15710b /configure
parentc5be140c9ada97e754cf95ffd26ac6cd5192f770 (diff)
Simplify one variable setting.
Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-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."