summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-10-24 21:44:49 +0000
committerMåns Rullgård <mans@mansr.com>2008-10-24 21:44:49 +0000
commit6a702d4c7d10fa5108161cb6cb2445888ff7bced (patch)
treefc2b250b0dfeff9c38569732e8a4551a09fe9291
parent7ef3425f0a6e49a10a0392acd67b7580b399b41a (diff)
configure: cosmetics
Originally committed as revision 15685 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 073181b53b..db54211667 100755
--- a/configure
+++ b/configure
@@ -342,8 +342,8 @@ check_deps(){
check_deps $dep_all $dep_any $dep_sel
popvar cfg dep_all dep_any dep_sel
- enabled_all $dep_all || disable $cfg
- enabled_any $dep_any || disable $cfg
+ enabled_all $dep_all || disable $cfg
+ enabled_any $dep_any || disable $cfg
disabled_any $dep_sel && disable $cfg
if enabled $cfg; then