--------------------- PatchSet 2024 Date: 2005/10/30 19:37:34 Author: serassio Branch: nt Tag: (none) Log: Fixed typo Members: configure.in:1.26.2.67->1.26.2.68 Index: squid3/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid3/configure.in,v retrieving revision 1.26.2.67 retrieving revision 1.26.2.68 diff -u -r1.26.2.67 -r1.26.2.68 --- squid3/configure.in 30 Oct 2005 19:32:32 -0000 1.26.2.67 +++ squid3/configure.in 30 Oct 2005 19:37:34 -0000 1.26.2.68 @@ -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.67 2005/10/30 19:32:32 serassio Exp $ +dnl $Id: configure.in,v 1.26.2.68 2005/10/30 19:37:34 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.67 $)dnl +AC_REVISION($Revision: 1.26.2.68 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -3010,7 +3010,7 @@ helpers/ntlm_auth/SMB/Makefile \ helpers/ntlm_auth/SMB/smbval/Makefile \ helpers/ntlm_auth/mswin_sspi/Makefile \ - helpers/negotiate/Makefile \ + helpers/negotiate_auth/Makefile \ helpers/negotiate_auth/mswin_sspi/Makefile \ helpers/external_acl/Makefile \ helpers/external_acl/ip_user/Makefile \