From: hno <> Date: Sun, 17 Sep 2006 06:10:47 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE5~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4114eb4b9351ad9a9d20d963b1b77ce4d422a39;p=thirdparty%2Fsquid.git Bootstrapped --- 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" ;;