From 685db946209d352c75bc49a40716cb92b1a8eee6 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 16:12:37 +0000 Subject: Changed kqueue warning - no longer experimental code git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1392 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 36bee81ad..eba9f84cb 100755 --- a/configure +++ b/configure @@ -143,7 +143,7 @@ dir_check("is the IRCd binary to be placed", "BINARY_DIR"); dir_check("are the IRCd libraries to be placed", "LIBRARY_DIR"); if ($has_kqueue) { - yesno(USE_KQUEUE,"You are running a BSD operating system, and kqueue\nwas detected. Would 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?"); + yesno(USE_KQUEUE,"You are running a BSD operating system, and kqueue\nwas detected. Would you like to enable kqueue support?\nIf you are unsure, answer no.\n\nEnable kqueue?"); } # File Descriptor Settings.. -- cgit v1.2.3