diff --git a/configure.ac b/configure.ac index 40171a03..29fee0bd 100644 --- a/configure.ac +++ b/configure.ac @@ -628,7 +628,7 @@ if test "x$want_ipv6" = "xyes"; then #include #include #include ], - [struct in6_addr i;], + [struct in6_addr i = in6addr_any; return &i == &i;], have_ipv6=yes, )]) if test $have_ipv6 = yes; then