diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2007-03-04 19:00:40 +0000 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2007-03-04 19:00:40 +0000 |
commit | 7f3af4748f8deff75fce6dd50d0005aadfd4985c (patch) | |
tree | 7972f4044c6fe762347847722f46c07b97af9c9e /configure.in | |
parent | 4d568118513d1475fa2e780e0c0ed8d48cace9f6 (diff) | |
download | dbus-7f3af4748f8deff75fce6dd50d0005aadfd4985c.tar.gz |
* configure.in,test/test-sleep-forever.c,test/test-names.c:
added configure check for unistd.h.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |