--------------------- PatchSet 2020 Date: 2005/10/30 16:56:35 Author: serassio Branch: nt Tag: (none) Log: Renamed Windows native NTLM helper from NTLMSSP-WIN32 to mswin_sspi Members: configure.in:1.26.2.63->1.26.2.64 Index: squid3/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid3/configure.in,v retrieving revision 1.26.2.63 retrieving revision 1.26.2.64 diff -u -r1.26.2.63 -r1.26.2.64 --- squid3/configure.in 24 Oct 2005 09:22:35 -0000 1.26.2.63 +++ squid3/configure.in 30 Oct 2005 16:56:35 -0000 1.26.2.64 @@ -3,7 +3,7 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.26.2.63 2005/10/24 09:22:35 serassio Exp $ +dnl $Id: configure.in,v 1.26.2.64 2005/10/30 16:56:35 serassio Exp $ dnl dnl dnl @@ -13,7 +13,7 @@ AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 3.0-PRE3-NT-CVS) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.26.2.63 $)dnl +AC_REVISION($Revision: 1.26.2.64 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2972,7 +2972,7 @@ helpers/ntlm_auth/no_check/Makefile \ helpers/ntlm_auth/SMB/Makefile \ helpers/ntlm_auth/SMB/smbval/Makefile \ - helpers/ntlm_auth/NTLMSSP-WIN32/Makefile \ + helpers/ntlm_auth/mswin_sspi/Makefile \ helpers/external_acl/Makefile \ helpers/external_acl/ip_user/Makefile \ helpers/external_acl/ldap_group/Makefile \