From 185cf48303e6f6760b7d1d1b0f037930b7e994b3 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 1 Mar 2006 12:54:49 +0000 Subject: Removed regexp check on epoll git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3395 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configure b/configure index 287030524..79fedbb70 100755 --- a/configure +++ b/configure @@ -175,13 +175,7 @@ $has_epoll = 0; $fail = 0; open(EPOLL, ")) { - # try and find the declaration of: - # extern int epoll_create (int __size) __THROW; - if (($line =~ /int(\0x9|\s)+epoll_create(\0x9|\s)+\(/) || ($line =~ /int(\0x9|\s)+epoll_create\(/)) { - $has_epoll = 1; - } - } + $has_epoll = 1; close(EPOLL); } if ($has_epoll) { -- cgit v1.2.3