From 3f2c70355ab722bc9f741bd3ed8224c7cfb62379 Mon Sep 17 00:00:00 2001 From: Jörg Krause Date: Thu, 11 Sep 2014 13:55:48 +0200 Subject: configure: Use the right variables in check_host_cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HOSTCPPFLAGS and HOSTCFLAGS are only set in config.mak. Signed-off-by: Martin Storsjö --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a7b3c55eeb..59dd4532df 100755 --- a/configure +++ b/configure @@ -1067,7 +1067,7 @@ check_host_cpp(){ log check_host_cpp "$@" cat > $TMPC log_file $TMPC - check_cmd $host_cc $HOSTCPPFLAGS $HOSTCFLAGS "$@" $(hostcc_e $TMPO) $TMPC + check_cmd $host_cc $host_cppflags $host_cflags "$@" $(hostcc_e $TMPO) $TMPC } check_host_cppflags(){ -- cgit v1.2.3