diff --git a/configure b/configure index 93edc998dc..4cfa0662d0 100755 --- a/configure +++ b/configure @@ -884,15 +884,15 @@ check_cflags(){ } test_objcflags(){ - log test_cflags "$@" - set -- $($cflags_filter "$@") + log test_objcflags "$@" + set -- $($objcflags_filter "$@") check_objcc "$@" <