]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
aio_win32.cc and aiops_win32.cc must be compiled only on MinGW
authorserassio <>
Sun, 17 Sep 2006 02:44:21 +0000 (02:44 +0000)
committerserassio <>
Sun, 17 Sep 2006 02:44:21 +0000 (02:44 +0000)
configure.in

index 0c9bb83eede8295a578eee8acb8380cd3dc2fb9d..674126f82b001af739dc6ced0c4c93a969494b6c 100644 (file)
@@ -1,7 +1,7 @@
 
 dnl  Configuration input file for Squid
 dnl
-dnl  $Id: configure.in,v 1.437 2006/09/13 12:32:26 serassio Exp $
+dnl  $Id: configure.in,v 1.438 2006/09/16 20:44:21 serassio Exp $
 dnl
 dnl
 dnl
@@ -11,7 +11,7 @@ AM_CONFIG_HEADER(include/autoconf.h)
 AC_CONFIG_AUX_DIR(cfgaux)
 AC_CONFIG_SRCDIR([src/main.cc])
 AM_INIT_AUTOMAKE([tar-ustar])
-AC_REVISION($Revision: 1.437 $)dnl
+AC_REVISION($Revision: 1.438 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -643,7 +643,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"
                 ;;
@@ -657,7 +657,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"
                 ;;