OSDN Git Service

configure: fix disabled_any to return false for empty list
authorMåns Rullgård <mans@mansr.com>
Fri, 24 Oct 2008 21:44:39 +0000 (21:44 +0000)
committerMåns Rullgård <mans@mansr.com>
Fri, 24 Oct 2008 21:44:39 +0000 (21:44 +0000)
Originally committed as revision 15683 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 111131f..8fdfe7b 100755 (executable)
--- a/configure
+++ b/configure
@@ -309,6 +309,7 @@ disabled_any(){
     for opt; do
         disabled $opt && return 0
     done
+    return 1
 }
 
 set_default(){