summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bc81209d6..8bcfcbe64 100755
--- a/configure
+++ b/configure
@@ -491,7 +491,7 @@ if ($has_epoll) {
{
$kernelv = $1;
# Fix for some retarded libc builds, strip off >> and << etc.
- $kernelv =~ /([0-9\.\-])+/;
+ $kernelv =~ /([0-9\.])+/;
$kernelv = $1;
}
}