--------------------- PatchSet 2386 Date: 2001/05/27 15:07:51 Author: serassio Branch: cygwin Tag: (none) Log: Added PSAPI.DLL support for memory usage informations Members: configure.in:1.8.2.9->1.8.2.10 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.8.2.9 retrieving revision 1.8.2.10 diff -u -r1.8.2.9 -r1.8.2.10 --- squid/configure.in 27 May 2001 14:43:14 -0000 1.8.2.9 +++ squid/configure.in 27 May 2001 15:07:51 -0000 1.8.2.10 @@ -3,13 +3,13 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.8.2.9 2001/05/27 14:43:14 serassio Exp $ +dnl $Id: configure.in,v 1.8.2.10 2001/05/27 15:07:51 serassio Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.8.2.9 $)dnl +AC_REVISION($Revision: 1.8.2.10 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -35,13 +35,14 @@ if test "$ac_cv_path_WIN32_PSAPI" = "none"; then echo "PSAPI.DLL is reccommended to run Squid on Windows NT Platform" echo "Please see PSAPI.DLL section on doc/win32-relnotes.txt." + WIN32_LIBS="" else AC_DEFINE(HAVE_WIN32_PSAPI) + WIN32_LIBS="-lpsapi" fi exec_suffix=".exe" cgi_suffix=".exe" WIN32_OBJS="win32.o" - WIN32_LIBS="-lpsapi" ;; *) exec_suffix=""