Commit cd0d9a9d authored by Måns Rullgård's avatar Måns Rullgård

configure: check_func_headers should mark headers as found

Originally committed as revision 17668 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 72702705
......@@ -602,7 +602,7 @@ check_func_headers(){
incs="$incs
#include <$hdr>"
done
check_ld "$@" <<EOF && enable $func
check_ld "$@" <<EOF && enable $func && enable_safe $headers
$incs
int main(int argc, char **argv){
(void) $func;
......
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