From a20ec3c87946057bbdc935753b7dbbb2cafe64c7 Mon Sep 17 00:00:00 2001 From: Ken Foskey Date: Sat, 4 Jan 2003 11:53:20 +0000 Subject: Implement a test for wait.h, failing build on mac under gcc --- dmake/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmake/configure.in') 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 -- cgit