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

Comparing Coro/Makefile.PL (file contents):
Revision 1.15 by root, Sat Mar 22 23:08:36 2003 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"; 21 print <<EOF
22
23***
24*** WARNING: Event version $Event::VERSION found, NOT building Event support.
25***
26*** This version of Event is broken. The only currently known non-broken
27*** versions of Event are 0.87 and 0.89+. Please install one of these
28*** versions.
29***
30
31EOF
22 } else { 32 } else {
23 $EVENT = 1; 33 $EVENT = 1;
24 $DEFINE .= " -DHAVE_EVENT=1"; 34 $DEFINE .= " -DHAVE_EVENT=1";
25 print "\nEvent version $Event::VERSION found, building Event support.\n\n"; 35 print "\nEvent version $Event::VERSION found, building Event support.\n\n";
26 } 36 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines