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

Comparing EV/Makefile.PL (file contents):
Revision 1.32 by root, Sun Apr 6 09:53:16 2008 UTC vs.
Revision 1.33 by root, Tue Apr 15 04:41:57 2008 UTC

74runtime, but your libc must contain the necessary wrapper. Glibc 2.7 and 74runtime, but your libc must contain the necessary wrapper. Glibc 2.7 and
75later should have this wrapper. 75later should have this wrapper.
76 76
77EOF 77EOF
78 78
79$DEFINE .= " -DEV_USE_EVENTFD=" . (0 + (prompt ("Enable linux eventfd support (y/n)?", (-e "/usr/include/sys/eventfd.h") ? "y" : "n") =~ /[yY]/)); 79$DEFINE .= " -DEV_USE_EVENTFD=" . (0 + (prompt ("Enable linux eventfd support (y/n)?", (-e "/usr/include/sys/eventfd.h") || $ENV{EV_EVENTFD} ? "y" : "n") =~ /[yY]/));
80 80
81print <<EOF; 81print <<EOF;
82 82
83*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 83*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
84 84

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines