--- IO-AIO/Makefile.PL 2011/07/14 22:36:17 1.23 +++ IO-AIO/Makefile.PL 2011/07/18 02:59:58 1.24 @@ -4,15 +4,27 @@ use Config; -if ($^O =~ /win32/i or $^O =~ /mswin/) { - +if ($^O eq "MSWin32") { # configuration on windows is hardcoded - as always - warn "your platform is not standards-compliant, you have to port this module first\n"; - warn "using some hardcoded config that will not work on your system\n"; + print STDERR <libeio/config.h" or die "libeio/config.h: $!"; @@ -22,7 +34,7 @@ } else { $INC = ""; - $LIBS = ['-lpthread', '-lpthreads', '-lpthreadVC2', '']; + $LIBS = ['-lpthread', '-lpthreads', '']; if ($^O =~ /bsd/i) { print <