Commit e5177e8f authored by James Almer's avatar James Almer

Merge commit '831005b2'

* commit '831005b2':
  configure: Log correct test name and use correct filter when testing objective C flags
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents f0df60d3 831005b2
......@@ -1045,15 +1045,15 @@ EOF
}
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