--------------------- PatchSet 7978 Date: 2006/05/26 19:20:19 Author: chtsanti Branch: icap-2_6 Tag: (none) Log: Old autotools are not supported any more Members: configure.in:1.87.4.3->1.87.4.4 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.87.4.3 retrieving revision 1.87.4.4 diff -u -r1.87.4.3 -r1.87.4.4 --- squid/configure.in 26 May 2006 18:21:29 -0000 1.87.4.3 +++ squid/configure.in 26 May 2006 19:20:19 -0000 1.87.4.4 @@ -3,7 +3,7 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.87.4.3 2006/05/26 18:21:29 chtsanti Exp $ +dnl $Id: configure.in,v 1.87.4.4 2006/05/26 19:20:19 chtsanti Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 2.6.DEVEL-CVS) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.87.4.3 $)dnl +AC_REVISION($Revision: 1.87.4.4 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -488,10 +488,10 @@ dnl Enable ICAP Support AM_CONDITIONAL(USE_ICAP, false) AC_ARG_ENABLE(icap-support, -[ --enable-icap-support Enable iCAP client capability], +[ --enable-icap-support Enable ICAP client capability], [ if test "$enableval" = "yes" ; then echo "ICAP support enabled" - AC_DEFINE(HS_FEAT_ICAP) + AC_DEFINE(HS_FEAT_ICAP, 1, [Content filtering via ICAP servers.]) AM_CONDITIONAL(USE_ICAP, true) fi ])