From e744281c49496b0e0a357e9f84c37fbf99215e20 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 29 Mar 2018 09:24:34 +0200 Subject: configure: Revert some incorrect uses of check_cc() --- configure | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 7612a6052c..77754d0f51 100755 --- a/configure +++ b/configure @@ -4846,7 +4846,9 @@ check_disable_warning_headers -Wno-unused-variable check_objcflags -fobjc-arc && enable objc_arc -check_cc blocks_extension "" "void (^block)(void)" +test_cc <