diff --git a/configure b/configure index af322f5a57..e29cd1237d 100755 --- a/configure +++ b/configure @@ -857,14 +857,19 @@ int x; EOF } -check_cflags(){ - log check_cflags "$@" +test_cflags(){ + log test_cflags "$@" set -- $($cflags_filter "$@") - check_cc "$@" <