configure: Use the right variables in check_host_cpp

HOSTCPPFLAGS and HOSTCFLAGS are only set in config.mak.

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Jörg Krause 2014-09-11 13:55:48 +02:00 committed by Martin Storsjö
parent c5560e72d0
commit 3f2c70355a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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(){