|
|
@@ -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; |
|
|
|