From: Amos Jeffries Date: Sun, 19 Jun 2011 13:49:39 +0000 (-0600) Subject: Fix broken --disable-ipv6 X-Git-Tag: take08~55^2~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d927f1fb252447be9c3e7bc0d6684e391f62bfb;p=thirdparty%2Fsquid.git Fix broken --disable-ipv6 Broken in the 3.1->3.2 autoconf naming convention update. --- diff --git a/configure.ac b/configure.ac index 462aeb09cf..befe83fe68 100644 --- a/configure.ac +++ b/configure.ac @@ -2603,10 +2603,10 @@ AC_ARG_ENABLE(ipv6, AS_HELP_STRING([--disable-ipv6],[Disable IPv6 support. The default is to probe system capabilities on startup.]), [ SQUID_YESNO([$enableval],[unrecognized argument to --disable-ipv6: $enableval]) ]) -AC_MSG_RESULT(${use_ipng:=yes}) -SQUID_DEFINE_BOOL(USE_IPV6,$use_ipng,[Enable support for IPv6 ]) +AC_MSG_RESULT(${enable_ipv6:=yes}) +SQUID_DEFINE_BOOL(USE_IPV6,$enable_ipv6,[Enable support for IPv6 ]) -if test "x$use_ipng" = "xyes" ; then +if test "x$enable_ipv6" = "xyes" ; then SQUID_CHECK_SIN6_LEN_IN_SAI SQUID_CHECK_SS_LEN_IN_SOCKADDR_STORAGE SQUID_CHECK_SIN_LEN_IN_SOCKADDR_IN