diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-16 15:15:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-16 15:15:50 +0000 |
commit | 8bc9c89276b610c8688f2b350178e1fc4900fb74 (patch) | |
tree | cb386fccd189d22761ca807ac441e9c306169b37 /bfd/config.in | |
parent | 504b7d2026f1fbbe912b6f513c069c0d47ba2505 (diff) | |
download | ppe42-binutils-8bc9c89276b610c8688f2b350178e1fc4900fb74.tar.gz ppe42-binutils-8bc9c89276b610c8688f2b350178e1fc4900fb74.zip |
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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index fd14f828b8..3864885210 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 |