X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fnetinet_tcp.m4;h=4e10420884559c69c3b6b6dcd1b921148d4330ef;hb=6b2e6562e64a263a42910d28e23b6ca94f3ecb65;hp=7c4677cfb3f73be9ea35ffae8c85cdfb4334e32a;hpb=5abcb8724ac7046d62203ea643e9ce69f63a6a8a;p=m6w6%2Fext-psi 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) }