summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-10 00:35:10 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-10 00:35:10 +0000
commitc2ddd50a5db3211d8f888e0b370bde3e9836cbb3 (patch)
tree4cca068e4a9216f3f8d1d1a189fca71fde7a2e98
parenta9af290f1696440623c0585ec0c35991b317e678 (diff)
Fixed kqueue setting not being changed
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1351 e03df62e-2008-0410-955e-edbf42e46eb7
-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..