diff --git a/configure b/configure index 0721dbfada..1d01d508bf 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 <