diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-20 04:50:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-20 04:50:42 +0000 |
commit | ed166e064d10ad3d29ae48aeaf7978a2a728c4d0 (patch) | |
tree | 93f15c9fc95cc3653d3db165949402862db7fdcc | |
parent | 9c868fe72b5fc25ec35009d25bea9723d0986454 (diff) |
Modified to detect kqueue on netbsd
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1462 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |