ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Makefile.PL
(Generate patch)

Comparing Coro/Makefile.PL (file contents):
Revision 1.16 by pcg, Thu May 13 16:12:14 2004 UTC vs.
Revision 1.17 by root, Sun May 30 19:26:39 2004 UTC

15 15
16EOF 16EOF
17} 17}
18 18
19if (eval { require Event }) { 19if (eval { require Event }) {
20 if ($Event::VERSION < 0.86) { 20 if ($Event::VERSION < 0.86 or $Event::VERSION == 0.88) {
21 print "*** Please read the INSTALL file, you need a patched Event.\n";
22 } elsif ($Event::VERSION == 0.88) {
23 print <<EOF 21 print <<EOF
24 22
25*** 23***
26*** WARNING: Event version $Event::VERSION found, NOT building Event support. 24*** WARNING: Event version $Event::VERSION found, NOT building Event support.
27*** 25***
28*** This version of Event is broken. The only currently known non-broken 26*** This version of Event is broken. The only currently known non-broken
29*** version of Event is 0.87. Please install this version, or try with a 27*** versions of Event are 0.87 and 0.89+. Please install one of these
30*** newer version that hopefully has the bug fixed. 28*** versions.
31*** 29***
32 30
33EOF 31EOF
34 } else { 32 } else {
35 $EVENT = 1; 33 $EVENT = 1;
36 $DEFINE .= " -DHAVE_EVENT=1"; 34 $DEFINE .= " -DHAVE_EVENT=1";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines