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>
This commit is contained in:
commit
e5177e8f8d
6
configure
vendored
6
configure
vendored
@ -1045,15 +1045,15 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
test_objcflags(){
|
test_objcflags(){
|
||||||
log test_cflags "$@"
|
log test_objcflags "$@"
|
||||||
set -- $($cflags_filter "$@")
|
set -- $($objcflags_filter "$@")
|
||||||
check_objcc "$@" <<EOF
|
check_objcc "$@" <<EOF
|
||||||
int x;
|
int x;
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
check_objcflags(){
|
check_objcflags(){
|
||||||
log check_cflags "$@"
|
log check_objcflags "$@"
|
||||||
test_objcflags "$@" && add_objcflags "$@"
|
test_objcflags "$@" && add_objcflags "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user