diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-10 00:35:10 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-10 00:35:10 +0000 |
commit | c2ddd50a5db3211d8f888e0b370bde3e9836cbb3 (patch) | |
tree | 4cca068e4a9216f3f8d1d1a189fca71fde7a2e98 | |
parent | a9af290f1696440623c0585ec0c35991b317e678 (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-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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.. |