diff options
author | DJ Delorie <dj@redhat.com> | 2003-06-19 20:05:36 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-06-19 20:05:36 +0000 |
commit | 5f73c3782d031631d1e193da1b4149af5eeb0728 (patch) | |
tree | 1d239761a57ade3c038a41180246350d88874058 /libiberty/configure.in | |
parent | 1171114a94363af05f5b8489a2437e3ec5cc0528 (diff) | |
download | gdb-5f73c3782d031631d1e193da1b4149af5eeb0728.zip gdb-5f73c3782d031631d1e193da1b4149af5eeb0728.tar.gz gdb-5f73c3782d031631d1e193da1b4149af5eeb0728.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 0eab855..5dca13e 100644 --- a/libiberty/configure.in +++ b/libiberty/configure.in @@ -143,7 +143,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 alloca.h sys/pstat.h sys/sysmp.h sys/sysinfo.h machine/hal_sysinfo.h sys/table.h sys/sysctl.h sys/systemcfg.h) +AC_CHECK_HEADERS(sys/file.h sys/param.h limits.h stdlib.h malloc.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 sys/pstat.h sys/sysmp.h sys/sysinfo.h machine/hal_sysinfo.h sys/table.h sys/sysctl.h sys/systemcfg.h) AC_HEADER_SYS_WAIT AC_HEADER_TIME |