Skip to content
Snippets Groups Projects
Commit 453944cc authored by Jörg Krause's avatar Jörg Krause Committed by Michael Niedermayer
Browse files

configure: fix check_cmd in check_host_cpp


Use correct cpp and c flags variables for the host libc.

Signed-off-by: default avatarJörg Krause <jkrause@posteo.de>
Reviewed-by: default avatarBenoit Fouet <benoit.fouet@free.fr>
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 8e8db16a
No related branches found
No related tags found
No related merge requests found
......@@ -1244,7 +1244,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(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment