From 5ad374391aa4b1ff7202cc7b08d6d320eb02e37d Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 26 May 2005 22:40:29 +0000 Subject: [PATCH] Neater newlines git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1533 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index b0ddf16a3..9d6d2d29f 100755 --- a/configure +++ b/configure @@ -188,9 +188,11 @@ 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?\nThis is likely to increase performance.\nIf you are unsure, answer yes.\n\nEnable kqueue?"); + print "\n"; } if ($has_epoll) { yesno(USE_EPOLL,"You are running a Linux 2.6+ operating system, and epoll\nwas detected. Would you like to enable epoll support?\nThis is likely to increase performance.\nIf you are unsure, answer yes.\n\nEnable epoll?"); + print "\n"; } $chose_hiperf = (($config{USE_EPOLL} eq "y") || ($config{USE_KQUEUE} eq "y")); if (!$chose_hiperf) -- 2.39.5