Commit 831005b2 authored by Diego Biurrun's avatar Diego Biurrun

configure: Log correct test name and use correct filter when testing objective C flags

parent fe7bc1f1
......@@ -884,15 +884,15 @@ check_cflags(){
}
test_objcflags(){
log test_cflags "$@"
set -- $($cflags_filter "$@")
log test_objcflags "$@"
set -- $($objcflags_filter "$@")
check_objcc "$@" <<EOF
int x;
EOF
}
check_objcflags(){
log check_cflags "$@"
log check_objcflags "$@"
test_objcflags "$@" && add_objcflags "$@"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment