[pulseaudio-commits] r1362 - /trunk/configure.ac
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Sat Sep 2 05:45:54 PDT 2006
Author: lennart
Date: Sat Sep 2 14:45:53 2006
New Revision: 1362
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1362&root=pulseaudio&view=rev
Log:
fix a few autoconf warnings (patch by Flameeyes)
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/configure.ac?rev=1362&root=pulseaudio&r1=1361&r2=1362&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Sep 2 14:45:53 2006
@@ -143,9 +143,18 @@
# 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 \
+ netinet/in_systm.h netinet/tcp.h pwd.h sched.h \
sys/mman.h sys/resource.h sys/select.h sys/socket.h sys/wait.h \
syslog.h])
+AC_CHECK_HEADERS([netinet/ip.h], [], [],
+ [#include <sys/types.h>
+ #if HAVE_NETINET_IN_H
+ # include <netinet/in.h>
+ #endif
+ #if HAVE_NETINET_IN_SYSTM_H
+ # include <netinet/in_systm.h>
+ #endif
+ ])
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])
More information about the pulseaudio-commits
mailing list