aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-10-16 15:15:50 +0000
committerNick Clifton <nickc@redhat.com>2007-10-16 15:15:50 +0000
commit8bc9c89276b610c8688f2b350178e1fc4900fb74 (patch)
treecb386fccd189d22761ca807ac441e9c306169b37 /bfd/config.in
parent504b7d2026f1fbbe912b6f513c069c0d47ba2505 (diff)
downloadgdb-8bc9c89276b610c8688f2b350178e1fc4900fb74.zip
gdb-8bc9c89276b610c8688f2b350178e1fc4900fb74.tar.gz
gdb-8bc9c89276b610c8688f2b350178e1fc4900fb74.tar.bz2
PR 5146
* configure.in (AC_CHECK_HEADERS): Add alloca.h * configure: Regenerate. * config.in: Regenerate. * som.c: Replace alloca-conf.h inclusion with code recommended in autoconf documentation. * elf64-hppa.c: Likewise.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in
index fd14f82..3864885 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -4,6 +4,9 @@
language is requested. */
#undef ENABLE_NLS
+/* Define to 1 if you have the <alloca.h> header file. */
+#undef HAVE_ALLOCA_H
+
/* Define to 1 if you have the declaration of `basename', and to 0 if you
don't. */
#undef HAVE_DECL_BASENAME