summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 0d8b13146..5a8f0e7bc 100755
--- a/configure
+++ b/configure
@@ -127,6 +127,10 @@ if ($config{OSNAME} =~ /BSD$/) {
if (yesno(0,"You are running a BSD operating system.\nWould you like to enable kqueue support?\nPlease be aware that kqueue support is\nEXPERIMENTAL and not gauranteed to work properly.\nIf you are unsure, answer no.\n\nEnable kqueue?")) {
$config{USE_KQUEUE} = "true";
}
+ else
+ {
+ $config{USE_KQUEUE} = "false";
+ }
}
# File Descriptor Settings..