From f4114eb4b9351ad9a9d20d963b1b77ce4d422a39 Mon Sep 17 00:00:00 2001 From: hno <> Date: Sun, 17 Sep 2006 06:10:47 +0000 Subject: [PATCH] Bootstrapped --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 15699fe3f5..71fa6ff736 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.437 . +# From configure.in Revision: 1.438 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for Squid Web Proxy 3.0.PRE4-CVS. # @@ -20445,7 +20445,7 @@ for fs in $DISK_MODULES none; do DiskThreads) if test -z "$with_pthreads"; then case "$host_os" in - mingw|mingw32|cygwin|cygwin32) + mingw|mingw32) USE_AIOPS_WIN32=1 echo "DiskThreads IO Module used, Windows threads support automatically enabled" ;; @@ -20459,7 +20459,7 @@ for fs in $DISK_MODULES none; do AIO) if test -z "$with_aio"; then case "$host_os" in - mingw|mingw32|cygwin|cygwin32) + mingw|mingw32) USE_AIO_WIN32=1 echo "Aio IO Module used, Windows overlapped I/O support automatically enabled" ;; -- 2.39.5