Commit 323c049c authored by Michael Niedermayer's avatar Michael Niedermayer

configure: more properly disable header when check_header_oc() fails

This should make no difference currently
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7d2116dd
......@@ -947,6 +947,7 @@ check_header_oc(){
log check_header_oc "$@"
header=$1
shift
disable_safe $header
{
echo "#include <$header>"
echo "int main(void) { return 0; }"
......
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