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