From ed166e064d10ad3d29ae48aeaf7978a2a728c4d0 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 20 May 2005 04:50:42 +0000 Subject: [PATCH] Modified to detect kqueue on netbsd git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1462 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1c17677ed..b665d03dd 100755 --- a/configure +++ b/configure @@ -112,7 +112,7 @@ if (!$fail) { # try and find the delcaration of: # int kqueue(void); - if (($line =~ /int(\0x9|\s)+kqueue(\0x9|\s)+\(/) || ($line =~ /int(\0x9|\s)+kqueue\(/)) + if ($line =~ /int(\0x9|\s)+kqueue/) { $has_kqueue = 1; } -- 2.39.2