Skip to content
Snippets Groups Projects
Commit 323c049c authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

configure: more properly disable header when check_header_oc() fails


This should make no difference currently

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 7d2116dd
No related branches found
No related tags found
No related merge requests found
...@@ -947,6 +947,7 @@ check_header_oc(){ ...@@ -947,6 +947,7 @@ check_header_oc(){
log check_header_oc "$@" log check_header_oc "$@"
header=$1 header=$1
shift shift
disable_safe $header
{ {
echo "#include <$header>" echo "#include <$header>"
echo "int main(void) { return 0; }" echo "int main(void) { return 0; }"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment