Commit 86852513 authored by mru's avatar mru

configure: check_func_headers should mark headers as found

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17668 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fe2b32eb
......@@ -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