summaryrefslogtreecommitdiff
path: root/dmake/configure.in
diff options
context:
space:
mode:
authorNoel Power <nopower@suse.com>2012-02-21 16:28:16 +0100
committerPetr Mladek <pmladek@suse.cz>2012-02-21 16:34:10 +0100
commitad7f850e829a4be91725b6b7086f6a871a84bae5 (patch)
tree4e76d3d3e15d39dc3e4842f9bd33ba316f4e3952 /dmake/configure.in
parent5dde19c453bce729879601161f52a3185b44f195 (diff)
later cygwins have a different locaton for process.h
Signed-off-by: Petr Mladek <pmladek@suse.cz>
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 c196413f9da0..d82c889afe63 100755
--- a/dmake/configure.in
+++ b/dmake/configure.in
@@ -189,7 +189,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 wait.h sys/wait.h sys/time.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 sys/wait.h sys/time.h cygwin/process.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST