summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-10-24 21:44:39 +0000
committerMåns Rullgård <mans@mansr.com>2008-10-24 21:44:39 +0000
commitf7b230a761d49ec5d5b88fff42f5c2b8a21a29be (patch)
treee1d1357137885faac97c9d274afb90b91e417ce7 /configure
parentf94036f1597758956e47ffb60eee468916024fd2 (diff)
configure: fix disabled_any to return false for empty list
Originally committed as revision 15683 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 111131f614..8fdfe7b8a5 100755
--- a/configure
+++ b/configure
@@ -309,6 +309,7 @@ disabled_any(){
for opt; do
disabled $opt && return 0
done
+ return 1
}
set_default(){