Merge commit '831005b2302cbeb377e3f00fd18c78928bcec185'

* commit '831005b2302cbeb377e3f00fd18c78928bcec185':
  configure: Log correct test name and use correct filter when testing objective C flags

Merged-by: James Almer <jamrial@gmail.com>
pull/258/head
James Almer 8 years ago
commit e5177e8f8d
  1. 6
      configure

6
configure vendored

@ -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 "$@"
}

Loading…
Cancel
Save