Browse code

configure: check_func_headers should mark headers as found

Originally committed as revision 17668 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2009/03/01 04:56:21
Showing 1 changed files
... ...
@@ -602,7 +602,7 @@ check_func_headers(){
602 602
         incs="$incs
603 603
 #include <$hdr>"
604 604
     done
605
-    check_ld "$@" <<EOF && enable $func
605
+    check_ld "$@" <<EOF && enable $func && enable_safe $headers
606 606
 $incs
607 607
 int main(int argc, char **argv){
608 608
     (void) $func;