From 0edd95dd2f6fe60df8069fa4eb57b076ec7f2c34 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 25 Jul 2005 21:33:34 +0000 Subject: [PATCH] removed useless var + forgot to give credit to ratbox for in6addr_any detection code. configure not rebuild because there are not exactly source code changes... --- autoconf/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/configure.in b/autoconf/configure.in index 4f1e04a5b..e8fe728e8 100644 --- a/autoconf/configure.in +++ b/autoconf/configure.in @@ -128,7 +128,7 @@ if test "$ac_cv_ip6" = "no"; then AC_MSG_WARN(Your system does not support IPv6 so it will not be enabled) else AC_DEFINE(INET6) -have_v6="yes" + dnl in6addr_any detection code taken from ratbox AC_MSG_CHECKING([for struct in6addr_any]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM(