]> The Tcpdump Group git mirrors - tcpdump/commit
Check for compiling for IPv6; don't check whether we can create an IPv6 socket.
authorGuy Harris <[email protected]>
Fri, 17 Jan 2014 22:08:39 +0000 (14:08 -0800)
committerGuy Harris <[email protected]>
Fri, 17 Jan 2014 22:08:39 +0000 (14:08 -0800)
commit5f357be7ac5641f60dbe9413f81d184e2984f695
tree8e3a18cb24588f5c6374f937cf057656b523c06e
parent35d9d59de0c296e2d5ee4bb151ba4cec417d7e39
Check for compiling for IPv6; don't check whether we can create an IPv6 socket.

Don't check whether we can create a TCP-over-IPv6 socket; that appears
to fail in some cases where tcpdump can be built with IPv6 support.
Instead, just check whether AF_INET6 and struct in6_addr are defined.
configure
configure.in