diff options
-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; } |
index : user/henk/code/inspircd.git | ||
[no description] | git repository hosting |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | configure | 1 |
@@ -152,6 +152,7 @@ if (!$fail) } if ($has_epoll) { my $kernel = `uname -r`; + chomp($kernel); if ($kernel !~ /2\.6/) { $has_epoll = 0; } |