From 8a6e7a67cb2943f552569801539829a304971302 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 8 Aug 2016 20:27:43 +0200 Subject: [PATCH] configure: Use check_cpp in CPP flags tests --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 4cfa0662d0..422036bfe6 100755 --- a/configure +++ b/configure @@ -865,7 +865,7 @@ check_code(){ check_cppflags(){ log check_cppflags "$@" - check_cc "$@" <