X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fnetinet_tcp.m4;h=4e10420884559c69c3b6b6dcd1b921148d4330ef;hb=09735ea6055f959a9cac481268754f07d6f6eb9f;hp=7c4677cfb3f73be9ea35ffae8c85cdfb4334e32a;hpb=39831a9cf4a4aa9f126bc9a949f03ae232e3794b;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) }