提交 cd0d9a9d 编写于 作者: M 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
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册