summaryrefslogtreecommitdiff
path: root/dmake/configure.in
diff options
context:
space:
mode:
authorKen Foskey <waratah@openoffice.org>2003-01-04 11:53:20 +0000
committerKen Foskey <waratah@openoffice.org>2003-01-04 11:53:20 +0000
commita20ec3c87946057bbdc935753b7dbbb2cafe64c7 (patch)
tree0929a57f861dea10e72a6043bb9d8dff5b501908 /dmake/configure.in
parent220bda492baf18be1902634170de5c67aef5e45d (diff)
Implement a test for wait.h, failing build on mac under gcc
Diffstat (limited to 'dmake/configure.in')
-rwxr-xr-xdmake/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/configure.in b/dmake/configure.in
index 2d64a5ecfbbf..c1621e557d0f 100755
--- a/dmake/configure.in
+++ b/dmake/configure.in
@@ -31,7 +31,7 @@ dnl Initialize libtool
dnl Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
-AC_CHECK_HEADERS(fcntl.h limits.h strings.h sys/types.h sys/stat.h unistd.h errno.h utime.h spawn.h)
+AC_CHECK_HEADERS(fcntl.h limits.h strings.h sys/types.h sys/stat.h unistd.h errno.h utime.h spawn.h wait.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST