summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-10-24 00:00:40 +0000
committerBenny Prijono <bennylp@teluu.com>2009-10-24 00:00:40 +0000
commitaf73c1c337f9831cf66bc980333b390340f71e39 (patch)
treebb95519e2cdb9fdc7472b8bc5bdcc9935c99179e /aconfigure.ac
parent4bd59f67f28dcf276a0cf85f99ac1719268378b3 (diff)
More ticket #972: fixed compilation error on Linux due to the last introduction ot PJ_TCP_NODELAY. Everyone needs to re-run configure though (thanks Dan Arrhenius for the report)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2962 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index 2d56e6a5..ec4ae542 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -150,6 +150,7 @@ AC_CHECK_HEADER(netinet/ip.h,[AC_DEFINE(PJ_HAS_NETINET_IP_H,1)],[],
# include <netinet/in_systm.h>
#endif
])
+AC_CHECK_HEADER(netinet/tcp.h,[AC_DEFINE(PJ_HAS_NETINET_TCP_H,1)])
AC_CHECK_HEADER(ifaddrs.h,[AC_DEFINE(PJ_HAS_IFADDRS_H,1)])
AC_CHECK_HEADER(semaphore.h,[AC_DEFINE(PJ_HAS_SEMAPHORE_H,1)])
AC_CHECK_HEADER(setjmp.h,[AC_DEFINE(PJ_HAS_SETJMP_H,1)])