]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Neater newlines
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 26 May 2005 22:40:29 +0000 (22:40 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 26 May 2005 22:40:29 +0000 (22:40 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1533 e03df62e-2008-0410-955e-edbf42e46eb7

configure

index b0ddf16a372e7dbe32ddb517339df6e8c86e7660..9d6d2d29f09c189afbe53389db5fdffa3d85e0bb 100755 (executable)
--- 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)