From: brain Date: Fri, 20 May 2005 04:50:42 +0000 (+0000) Subject: Modified to detect kqueue on netbsd X-Git-Tag: v2.0.23~10225 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=ed166e064d10ad3d29ae48aeaf7978a2a728c4d0;p=user%2Fhenk%2Fcode%2Finspircd.git Modified to detect kqueue on netbsd git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1462 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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; }