From 831005b2302cbeb377e3f00fd18c78928bcec185 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 6 Jun 2016 19:06:30 +0200 Subject: [PATCH] configure: Log correct test name and use correct filter when testing objective C flags --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 "$@" <