aboutsummaryrefslogtreecommitdiff
path: root/ld/configure
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-04-11 10:36:26 +0000
committerNick Clifton <nickc@redhat.com>2006-04-11 10:36:26 +0000
commitebe1fac16186a77f5b2d971ac10e42a6b3b5b608 (patch)
treed992aa942a0879cb2815dbe5aa9bee683909acc1 /ld/configure
parent0f84642536077e28c9d2f749cd3554404060b894 (diff)
downloadgdb-ebe1fac16186a77f5b2d971ac10e42a6b3b5b608.zip
gdb-ebe1fac16186a77f5b2d971ac10e42a6b3b5b608.tar.gz
gdb-ebe1fac16186a77f5b2d971ac10e42a6b3b5b608.tar.bz2
* emultempl/elf32.em: Add support for elf-hints.h on FreeBSD and Dragonfly targets.
* configure.in (AC_CHECK_HEADERS): Add elf-hints.h. * Makefile.am (HFILES): Add elf-hints-local.h. * elf-hints-local.h: New file. * Makefile.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'ld/configure')
-rwxr-xr-xld/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/configure b/ld/configure
index b5f9396..0cd6f5c 100755
--- a/ld/configure
+++ b/ld/configure
@@ -8607,7 +8607,8 @@ fi
-for ac_header in string.h strings.h stdlib.h unistd.h
+
+for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then