From a3ffa599fe54e0e5396f1617b7bc1c391055a1b7 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 23 Oct 2006 16:44:17 +0000 Subject: 2006-10-24 H.J. Lu * configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h. * configure: Regenerated. * config.in: Likewise. --- ld/configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ld/configure') diff --git a/ld/configure b/ld/configure index c74ec5e..3bdc3fc 100755 --- a/ld/configure +++ b/ld/configure @@ -6332,7 +6332,9 @@ done -for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h + + +for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h sys/param.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then -- cgit v1.1