--------------------- PatchSet 8586 Date: 2006/09/01 19:29:44 Author: serassio Branch: nt Tag: (none) Log: Updated psapi.dll reference Members: configure.in:1.87.2.48->1.87.2.49 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.87.2.48 retrieving revision 1.87.2.49 diff -u -r1.87.2.48 -r1.87.2.49 --- squid/configure.in 19 Aug 2006 12:59:06 -0000 1.87.2.48 +++ squid/configure.in 1 Sep 2006 19:29:44 -0000 1.87.2.49 @@ -1,7 +1,7 @@ dnl dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.87.2.48 2006/08/19 12:59:06 serassio Exp $ +dnl $Id: configure.in,v 1.87.2.49 2006/09/01 19:29:44 serassio Exp $ dnl dnl dnl @@ -10,7 +10,7 @@ AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE -AC_REVISION($Revision: 1.87.2.48 $)dnl +AC_REVISION($Revision: 1.87.2.49 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -64,8 +64,8 @@ AC_PATH_PROG(WIN32_PSAPI, psapi.dll, none) CFLAGS="$CFLAGS -mthreads" if test "$ac_cv_path_WIN32_PSAPI" = "none"; then - echo "PSAPI.DLL is recommended to run Squid on Windows NT Platform" - echo "Please see PSAPI.DLL section on doc/win32-relnotes.html." + echo "PSAPI.DLL is recommended to run Squid on Windows Platform" + echo "Please see PSAPI.DLL section on doc/release-notes/release-2.6.html." else AC_DEFINE(HAVE_WIN32_PSAPI,1,[Define if you have PSAPI.DLL on Windows systems]) LIBS="$LIBS -lpsapi"