X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fnetinet_tcp.m4;h=4e10420884559c69c3b6b6dcd1b921148d4330ef;hp=7c4677cfb3f73be9ea35ffae8c85cdfb4334e32a;hb=d3171526ab7658114cac4ebe1098af4b038e576e;hpb=39831a9cf4a4aa9f126bc9a949f03ae232e3794b diff --git a/m4/netinet_tcp.m4 b/m4/netinet_tcp.m4 index 7c4677c..4e10420 100644 --- a/m4/netinet_tcp.m4 +++ b/m4/netinet_tcp.m4 @@ -1,5 +1,5 @@ PSI_CHECK_NETINET_TCP() { - AC_CHECK_HEADERS(netinet/tcp.h) + PSI_CONFIG_POSIX(netinet/tcp, netinet/tcp.h) PSI_CONST(TCP_NODELAY, int) }