From f7b230a761d49ec5d5b88fff42f5c2b8a21a29be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Fri, 24 Oct 2008 21:44:39 +0000 Subject: [PATCH] configure: fix disabled_any to return false for empty list Originally committed as revision 15683 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) 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(){