diff options
author | DJ Delorie <dj@redhat.com> | 2001-11-26 21:23:10 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-11-26 21:23:10 +0000 |
commit | 5527febf4dc822e429e6316768a77dd63e5c7213 (patch) | |
tree | ae3e386bfc78ff44a5511c2c5a2c67533dee9caf /libiberty/configure.in | |
parent | 96565e91664ace6882ba021d49dc1efe189d3396 (diff) | |
download | gdb-5527febf4dc822e429e6316768a77dd63e5c7213.zip gdb-5527febf4dc822e429e6316768a77dd63e5c7213.tar.gz gdb-5527febf4dc822e429e6316768a77dd63e5c7213.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r-- | libiberty/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in index 7fc4856..d34f836 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 |