]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Gilles Espinasse <g.esp@free.fr>
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 Oct 2008 23:52:00 +0000 (12:52 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 Oct 2008 23:52:00 +0000 (12:52 +1300)
Bug 2494: Fix tproxy url in configure

configure.in

index 99ddf18b0059ae7a5f342ac6579bfc110aa8e8e2..6a13a2088c07986621527a418da39508eb35dbfd 100755 (executable)
@@ -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