aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-11-19 10:05:03 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-11-19 10:05:03 +0000
commita6458d1dddddd3501ffc2a8e9e4ff02c9266c6da (patch)
tree15f3a285bee9689b9686f6c32e7c6659b363b446 /libiberty/configure.in
parent8cacfe11536721c59e59ecfde53c14be0b00423b (diff)
downloadgcc-a6458d1dddddd3501ffc2a8e9e4ff02c9266c6da.zip
gcc-a6458d1dddddd3501ffc2a8e9e4ff02c9266c6da.tar.gz
gcc-a6458d1dddddd3501ffc2a8e9e4ff02c9266c6da.tar.bz2
configure.in: Call AC_HEADER_SYS_WAIT.
* configure.in: Call AC_HEADER_SYS_WAIT. * pexecute.c: Include sys/wait.h when !IN_GCC. From-SVN: r23711
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r--libiberty/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in
index 78bf960..1fdfb31 100644
--- a/libiberty/configure.in
+++ b/libiberty/configure.in
@@ -107,6 +107,7 @@ AC_SUBST_FILE(host_makefile_frag)
# able to link anything, it had better be able to at least compile
# something.
AC_CHECK_HEADERS(sys/file.h sys/param.h stdlib.h string.h unistd.h strings.h sys/time.h)
+AC_HEADER_SYS_WAIT
# This is the list of functions which libiberty will provide if they
# are not available on the host.