From b22124cbc3f4fb365a743cd5d5bb76223e48eeed Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 13 Jun 2008 17:52:11 +0000 Subject: Win32 compilation fixes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9904 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/configure.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'win/configure.cpp') diff --git a/win/configure.cpp b/win/configure.cpp index fc6603700..ce3653318 100644 --- a/win/configure.cpp +++ b/win/configure.cpp @@ -252,14 +252,6 @@ void Run() get_string_option("In what directory is the IRCd binary to be placed?", ".", bin_dir); get_string_option("In what directory are the IRCd libraries to be placed?", "../lib", library_dir); - printf_c("The following questions will ask you for various figures relating\n" - "To your IRCd install. Please note that these should usually be left\n" - "as defaults unless you have a real reason to change them. If they\n" - "changed, then the values must be identical on all servers on your\n" - "network, or malfunctions and/or crashes may occur, with the exception\n" - "of the 'maximum number of clients' setting which may be different on\n" - "different servers on the network.\n\n"); - // NOTE: this may seem hackish (generating a batch build script), but it assures the user knows // what they're doing, and we don't have to mess with copying files and changing around modules.mak // for the extra libraries. --fez -- cgit v1.2.3