Commit ad5bbc40 authored by Diego Biurrun's avatar Diego Biurrun

configure: Rename require_header() --> require_headers()

This renaming was overlooked in the previous check_header() rename.
parent 4130e05f
......@@ -1184,8 +1184,8 @@ require_cc(){
check_cc "$@" || die "ERROR: $name failed"
}
require_header(){
log require_header "$@"
require_headers(){
log require_headers "$@"
headers="$1"
check_headers "$@" || die "ERROR: $headers not found"
}
......
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