From 2f7e6782f4dc211e876c44b7b657f670d0aced1a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 28 Jan 2007 16:20:11 +0000 Subject: [PATCH] Make use of disabled(), disabled_all() and enabled_all(). Originally committed as revision 7742 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 0721dbf..1d01d50 100755 --- a/configure +++ b/configure @@ -1209,7 +1209,7 @@ ranlib="${cross_prefix}${ranlib}" strip="${cross_prefix}${strip}" # we need to build at least one lib type -if disabled lstatic && disabled lshared; then +if disabled_all lstatic lshared; then cat <