--------------------- PatchSet 4471 Date: 2002/07/14 20:28:45 Author: serassio Branch: nt-2_5 Tag: (none) Log: win32_group external ACL helper integration Members: configure.in:1.42.2.5.4.15->1.42.2.5.4.16 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.42.2.5.4.15 retrieving revision 1.42.2.5.4.16 diff -u -r1.42.2.5.4.15 -r1.42.2.5.4.16 --- squid/configure.in 13 Jul 2002 06:27:44 -0000 1.42.2.5.4.15 +++ squid/configure.in 14 Jul 2002 20:28:45 -0000 1.42.2.5.4.16 @@ -3,7 +3,7 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.42.2.5.4.15 2002/07/13 06:27:44 serassio Exp $ +dnl $Id: configure.in,v 1.42.2.5.4.16 2002/07/14 20:28:45 serassio Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 2.5.PRE8-CVS) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.42.2.5.4.15 $)dnl +AC_REVISION($Revision: 1.42.2.5.4.16 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2226,4 +2226,5 @@ helpers/external_acl/unix_group/Makefile \ helpers/external_acl/wbinfo_group/Makefile \ helpers/external_acl/winbind_group/Makefile \ + helpers/external_acl/win32_group/Makefile \ ])