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 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;
}