--------------------- PatchSet 2554 Date: 2001/06/17 10:03:14 Author: serassio Branch: cygwin-svc Tag: (none) Log: Updated configure.in file for native Windows NT support Members: configure.in:1.8.2.10.2.2->1.8.2.10.2.3 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.8.2.10.2.2 retrieving revision 1.8.2.10.2.3 diff -u -r1.8.2.10.2.2 -r1.8.2.10.2.3 --- squid/configure.in 14 Jun 2001 22:02:36 -0000 1.8.2.10.2.2 +++ squid/configure.in 17 Jun 2001 10:03:14 -0000 1.8.2.10.2.3 @@ -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.10.2.2 2001/06/14 22:02:36 serassio Exp $ +dnl $Id: configure.in,v 1.8.2.10.2.3 2001/06/17 10:03:14 serassio Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.8.2.10.2.2 $)dnl +AC_REVISION($Revision: 1.8.2.10.2.3 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -30,7 +30,7 @@ dnl this should be expanded to a list of platform sensible support requirements. dnl (adding an option like --enable-cygwin-support doesn't make sense :]) - R Collins 2001 case "$host_os" in -cygwin|cygwin32|os2) +cygwin|cygwin32|os2|winnt) AC_PATH_PROG(WIN32_PSAPI, psapi.dll, none) if test "$ac_cv_path_WIN32_PSAPI" = "none"; then echo "PSAPI.DLL is reccommended to run Squid on Windows NT Platform" @@ -80,7 +80,7 @@ AC_PROG_CC dnl Can the CC program be asked to use the Win32 API? -dnl AC_API_WIN32 +AC_API_WIN32 dnl Gerben Wierda case "$host" in