]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Fix accessibility in intrusive_list_node and return value of operator-- in intrusive_list
[user/henk/code/inspircd.git] / configure
index 2f92d9f168a57df7f1f1a68da833f2e09bc26f58..0a91e65c5bc4e24bd75693f43fd0ad3274a804a8 100755 (executable)
--- a/configure
+++ b/configure
@@ -263,7 +263,7 @@ if ($interactive)
 
        # Display Introduction Message..
        print <<"STOP" ;
-Welcome to the \e[1mInspIRCd\e[0m Configuration program! (\e[1minteractive mode\e[0m)
+Welcome to the \e[1mInspIRCd\e[0m configuration program! (\e[1minteractive mode\e[0m)
 \e[1mPackage maintainers: Type ./configure --help for non-interactive help\e[0m
 
 *** If you are unsure of any of these values, leave it blank for    ***
@@ -392,12 +392,12 @@ symlink "extra/m_regex_posix.cpp", "src/modules/m_regex_posix.cpp";
 
 if (($config{USE_GNUTLS}) && ($config{HAS_GNUTLS} ne "y"))
 {
-       print "Sorry, but i couldn't detect gnutls. Make sure pkg-config is in your path.\n";
+       print "Sorry, but I couldn't detect GnuTLS. Make sure pkg-config is in your path.\n";
        exit 1;
 }
 if (($config{USE_OPENSSL}) && ($config{HAS_OPENSSL} ne "y"))
 {
-       print "Sorry, but i couldn't detect openssl. Make sure pkg-config is in your path.\n";
+       print "Sorry, but I couldn't detect OpenSSL. Make sure pkg-config is in your path.\n";
        exit 1;
 }
 
@@ -412,7 +412,7 @@ if ($config{USE_GNUTLS} || $config{USE_OPENSSL}) {
                                print "Done.\n\n";
                        }
                } else {
-                       print "SSL Certificates found, skipping.\n\n"
+                       print "SSL certificates found, skipping.\n\n"
                }
        } else {
                print "Skipping SSL certificate generation in non-interactive mode.\n\n";
@@ -431,7 +431,7 @@ print "To build your server with these settings, please run '\e[1;32mmake\e[0m'
 if ($config{USE_GNUTLS} || $config{USE_OPENSSL}) {
        print "Please note: for \e[1;32mSSL support\e[0m you will need to load required\n";
        print "modules in your config. This configure script has added those modules to the\n";
-       print "build process. For more info please refer to:\n";
+       print "build process. For more info, please refer to:\n";
        print "\e[1;32mhttp://wiki.inspircd.org/Installation_From_Tarball\e[0m\n";
 }
 print "*** \e[1;32mRemember to edit your configuration files!!!\e[0m ***\n\n";
@@ -455,6 +455,7 @@ sub writefiles {
 #define VERSION "$version"
 #define REVISION "$revision"
 #define SYSTEM "$incos"
+#define INSPIRCD_SOCKETENGINE_NAME "$config{SOCKETENGINE}"
 
 #define CONFIG_PATH "$config{CONFIG_DIR}"
 #define DATA_PATH "$config{DATA_DIR}"