From 7f3af4748f8deff75fce6dd50d0005aadfd4985c Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sun, 4 Mar 2007 19:00:40 +0000 Subject: * configure.in,test/test-sleep-forever.c,test/test-names.c: added configure check for unistd.h. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7fbbc924..0a1e1d14 100644 --- a/configure.in +++ b/configure.in @@ -568,6 +568,8 @@ AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)]) AC_CHECK_HEADERS(errno.h) +AC_CHECK_HEADERS(unistd.h) + # checking for a posix version of getpwnam_r # if we are cross compiling and can not run the test # assume getpwnam_r is the posix version -- cgit