diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ if (!$fail) } if ($has_epoll) { my $kernel = `uname -r`; + chomp($kernel); if ($kernel !~ /2\.6/) { $has_epoll = 0; } |