configure: check_func_headers should mark headers as found
Originally committed as revision 17668 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7270270541
commit
cd0d9a9de6
2
configure
vendored
2
configure
vendored
@ -602,7 +602,7 @@ check_func_headers(){
|
|||||||
incs="$incs
|
incs="$incs
|
||||||
#include <$hdr>"
|
#include <$hdr>"
|
||||||
done
|
done
|
||||||
check_ld "$@" <<EOF && enable $func
|
check_ld "$@" <<EOF && enable $func && enable_safe $headers
|
||||||
$incs
|
$incs
|
||||||
int main(int argc, char **argv){
|
int main(int argc, char **argv){
|
||||||
(void) $func;
|
(void) $func;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user