Browse Source

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>
tags/n3.3
James Almer 8 years ago
parent
commit
e5177e8f8d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      configure

+ 3
- 3
configure View File

@@ -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