From c2ddd50a5db3211d8f888e0b370bde3e9836cbb3 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 10 May 2005 00:35:10 +0000 Subject: [PATCH] Fixed kqueue setting not being changed git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1351 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 4 ++++ 1 file changed, 4 insertions(+) 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.. -- 2.39.5