summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-26 22:40:29 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-26 22:40:29 +0000
commit5ad374391aa4b1ff7202cc7b08d6d320eb02e37d (patch)
tree6ef777f2ef5e847471c53d2c2915f75cb4a47114
parenta038282348588f716d31128f68b8e06d2e2aa99d (diff)
Neater newlines
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1533 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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)