--------------------- PatchSet 4500 Date: 2002/07/16 09:21:18 Author: serassio Branch: cygwin-svc-2_5 Tag: (none) Log: Integrated native WIN32 External ACL group helper and native NTLM authenticator Members: configure.in:1.42.2.5.2.8->1.42.2.5.2.9 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.42.2.5.2.8 retrieving revision 1.42.2.5.2.9 diff -u -r1.42.2.5.2.8 -r1.42.2.5.2.9 --- squid/configure.in 13 Jul 2002 20:08:17 -0000 1.42.2.5.2.8 +++ squid/configure.in 16 Jul 2002 09:21:18 -0000 1.42.2.5.2.9 @@ -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.2.8 2002/07/13 20:08:17 serassio Exp $ +dnl $Id: configure.in,v 1.42.2.5.2.9 2002/07/16 09:21:18 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.2.8 $)dnl +AC_REVISION($Revision: 1.42.2.5.2.9 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2034,7 +2034,7 @@ else AC_MSG_RESULT("no") echo "Will use our own inet_ntoa()." - LIBOBJS="$LIBOBJS inet_ntoa.o" + AC_LIBOBJ="$AC_LIBOBJ inet_ntoa.o" # echo "WARNING: This looks bad, and probably prevents Squid from working." # echo " If you're on IRIX and using GCC 2.8, you probably need" # echo " to use the IRIX C compiler instead." @@ -2215,6 +2215,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/winbind/Makefile \ helpers/external_acl/Makefile \ helpers/external_acl/ip_user/Makefile \ @@ -2222,4 +2223,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 \ ])