diff --git a/configure b/configure index b595496d3a..eb31d8d6da 100755 --- a/configure +++ b/configure @@ -740,13 +740,13 @@ check_type(){ headers=$1 type=$2 shift 2 - disable $type + disable_safe "$type" incs="" for hdr in $headers; do incs="$incs #include <$hdr>" done - check_cc "$@" <