]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Missing extern
[user/henk/code/inspircd.git] / configure
index 93c4d6e013c08de07a55a8c6a994d5896679a4d7..4365c7d1a5626ea37f1313eacaf33e37a962e16c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,4 +1,5 @@
 #!/usr/bin/perl
+
 # InspIRCd Configuration Script
 #
 # Copyright 2003 The ChatSpike Development Team
@@ -402,7 +403,7 @@ while (!$continue) {
   print "What is the maximum number of mode changes in one line?\n";
   print "[\033[1;32m$config{MAXI_MODES}\033[0m] -> ";
   chomp($var = <STDIN>);
-  if ($var eq "") { $var = $onfig{MAXI_MODES}; }
+  if ($var eq "") { $var = $config{MAXI_MODES}; }
   if ($var =~ /^\d+$/) {
     # We don't care what the number is, set it and be on our way.
     $config{MAXI_MODES} = $var;
@@ -587,7 +588,7 @@ if ($config{USE_GNUTLS} eq "y") {
                system("mv cert.pem $config{CONFIG_DIR}/cert.pem");
                print "Done.\n\n";
        } else {
-               print "SSL Certificates found, skipping."
+               print "SSL Certificates found, skipping.\n\n"
        }       
 }