Lines Matching full:ipv6
204 # We must check this before checking whether to enable IPv6, because,
210 AC_MSG_CHECKING([whether to enable ipv6])
211 AC_ARG_ENABLE(ipv6,
212 [ --enable-ipv6 enable ipv6 (with ipv4) support
213 --disable-ipv6 disable ipv6 support],
217 AC_DEFINE(INET6, 1, [Define if you enable IPv6 support])
218 ipv6=yes
222 ipv6=no
246 AC_DEFINE(INET6, 1, [Define if you enable IPv6 support])
247 ipv6=yes],
249 ipv6=no],
251 ipv6=no]
258 if test "$ipv6" = "yes"; then
259 AC_MSG_CHECKING([ipv6 stack type])
350 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
360 echo 'ipv6 kit and compile beforehand.'
367 if test "$ipv6" = "yes"; then
497 echo ' or you can specify "--disable-ipv6"'.