summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3f7b4cdacd..813a333fa3 100755
--- a/configure
+++ b/configure
@@ -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;