aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-11-26 15:02:19 -0500
committerDJ Delorie <dj@gcc.gnu.org>2001-11-26 15:02:19 -0500
commitc3bb7df00b64b111504278db96e6e1a8486fe8cf (patch)
tree9a9f8a256d8f86211f78ff413177066156e49e21 /libiberty/configure.in
parent8924f58b428e3afc19a4deb566a8a6501646687b (diff)
downloadgcc-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/configure.in')
-rw-r--r--libiberty/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in
index 7fc4856..d34f8369 100644
--- a/libiberty/configure.in
+++ b/libiberty/configure.in
@@ -120,7 +120,7 @@ AC_SUBST_FILE(host_makefile_frag)
# It's OK to check for header files. Although the compiler may not be
# able to link anything, it had better be able to at least compile
# something.
-AC_CHECK_HEADERS(sys/file.h sys/param.h limits.h stdlib.h string.h unistd.h strings.h sys/time.h time.h sys/resource.h sys/stat.h sys/mman.h fcntl.h)
+AC_CHECK_HEADERS(sys/file.h sys/param.h limits.h stdlib.h string.h unistd.h strings.h sys/time.h time.h sys/resource.h sys/stat.h sys/mman.h fcntl.h alloca.h)
AC_HEADER_SYS_WAIT
AC_HEADER_TIME