Commit 4be5e145 authored by mru's avatar mru

configure: fix disabled_any to return false for empty list

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15683 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ee73933e
...@@ -309,6 +309,7 @@ disabled_any(){ ...@@ -309,6 +309,7 @@ disabled_any(){
for opt; do for opt; do
disabled $opt && return 0 disabled $opt && return 0
done done
return 1
} }
set_default(){ set_default(){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment