From: Amos Jeffries Date: Sun, 19 Oct 2008 23:52:00 +0000 (+1300) Subject: Author: Gilles Espinasse X-Git-Tag: SQUID_3_2_0_1~1392 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=57ef5f69c4a0ba8a515a2f0a949fc09cc44fcd46;p=thirdparty%2Fsquid.git Author: Gilles Espinasse Bug 2494: Fix tproxy url in configure --- diff --git a/configure.in b/configure.in index 99ddf18b00..6a13a2088c 100755 --- a/configure.in +++ b/configure.in @@ -3139,9 +3139,9 @@ if test "$LINUX_TPROXY2" ; then fi AC_MSG_RESULT($LINUX_TPROXY2) if test "$LINUX_TPROXY2" = "no" && test "$LINUX_NETFILTER" = "yes"; then - echo "WARNING: Cannot find TPROXY v2 headers, you need to install the" + echo "WARNING: Cannot find TPROXY v2 headers, you need to patch the kernel with " echo "tproxy package from:" - echo " - lynx http://www.balabit.com/downloads/tproxy/" + echo " - lynx http://www.balabit.com/downloads/files/tproxy/" echo "Or select the '--enable-linux-netfilter' option instead for Netfilter support." sleep 10 fi