diff options
author | DJ Delorie <dj@redhat.com> | 2001-11-26 15:02:19 -0500 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2001-11-26 15:02:19 -0500 |
commit | c3bb7df00b64b111504278db96e6e1a8486fe8cf (patch) | |
tree | 9a9f8a256d8f86211f78ff413177066156e49e21 /libiberty/config.in | |
parent | 8924f58b428e3afc19a4deb566a8a6501646687b (diff) | |
download | gcc-c3bb7df00b64b111504278db96e6e1a8486fe8cf.zip gcc-c3bb7df00b64b111504278db96e6e1a8486fe8cf.tar.gz gcc-c3bb7df00b64b111504278db96e6e1a8486fe8cf.tar.bz2 |
configure.in: Check for alloca.h (for regex.c and putenv.c).
* configure.in: Check for alloca.h (for regex.c and putenv.c).
* configure: Regenerate.
* config.h: Add HAVE_ALLOCA_H.
From-SVN: r47352
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 67042c0..c1434f1 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -183,6 +183,9 @@ /* Define if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H +/* Define if you have the <alloca.h> header file. */ +#undef HAVE_ALLOCA_H + /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H |