summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-01-05 21:21:51 +0000
committerPierre Ossman <ossman@cendio.se>2006-01-05 21:21:51 +0000
commit268aebb2e44d772e3cff25d40403a720f80abd09 (patch)
treee1fa339e4b69a79a76624a040f0bc7e01e32d777 /configure.ac
parent8f3c364b4700c8e459269ff00dbe810503038639 (diff)
Protect sys/wait.h with an ifdef.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@400 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8200383b..981c74c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,8 @@ AC_HEADER_STDC
# POSIX
AC_CHECK_HEADERS([arpa/inet.h glob.h grp.h netdb.h netinet/in.h \
netinet/in_systm.h netinet/ip.h netinet/tcp.h pwd.h sched.h \
- sys/capability.h sys/resource.h sys/select.h sys/socket.h syslog.h])
+ sys/capability.h sys/resource.h sys/select.h sys/socket.h sys/wait.h \
+ syslog.h])
AC_CHECK_HEADERS([regex.h], [HAVE_REGEX=1], [HAVE_REGEX=0])
AC_CHECK_HEADERS([sys/un.h], [HAVE_AF_UNIX=1], [HAVE_AF_UNIX=0])