]> git.pld-linux.org Git - packages/squid.git/blame - squid-auth_on_acceleration.patch
- release 2 (by relup.sh)
[packages/squid.git] / squid-auth_on_acceleration.patch
CommitLineData
c1e8cf3a
ER
1based on infromation from
2http://www.squid-cache.org/mail-archive/squid-users/200304/0003.html
3
4--- squid-2.5.STABLE12/configure.in~ 2005-10-31 17:27:14.000000000 +0200
5+++ squid-2.5.STABLE12/configure.in 2005-10-31 17:47:07.000000000 +0200
6@@ -1242,6 +1242,13 @@
7 ;;
8 esac
9
10+AC_ARG_WITH(auth-on-acceleration,
11+[ --with-auth-on-acceleration Enable authentication on accelerated request.],
12+[ if test "$withval" = yes; then
13+ AC_DEFINE([AUTH_ON_ACCELERATION], [1], [Enable authentication on accelerated request.])
14+ fi
15+])
16+
17 dnl Check for programs
18 AC_PROG_CPP
19 AC_PROG_INSTALL
This page took 0.133859 seconds and 4 git commands to generate.