]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Sun, 17 Sep 2006 06:10:47 +0000 (06:10 +0000)
committerhno <>
Sun, 17 Sep 2006 06:10:47 +0000 (06:10 +0000)
configure

index 15699fe3f50ff6221c142df97ee314db0c848d7b..71fa6ff7367e283747626f2d7d829cb71af5809a 100755 (executable)
--- 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"
                 ;;