]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
eg++ stuff
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 19 May 2005 03:10:27 +0000 (03:10 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 19 May 2005 03:10:27 +0000 (03:10 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1449 e03df62e-2008-0410-955e-edbf42e46eb7

configure

index 7b51640f78048acab860cbee3e9cca798b1de6fb..fa5b96bccbb362f3f1ef9a584a7d6fccde1039d1 100755 (executable)
--- a/configure
+++ b/configure
@@ -33,7 +33,7 @@ chomp($config{MAX_CLIENT_T} = `sh -c \"ulimit -n\"`);                         # FD Limit
 chomp($config{GCCVER}       = `gcc -dumpversion | cut -c 1`);                  # Major GCC Version
 chomp($config{GCC34}        = `gcc -dumpversion | cut -c 3`);                  # Minor GCC Version
 chomp($config{OSNAME}       = `/bin/uname`);                                   # Operating System Name
-$config{CC}                = `g++`;                                            # C++ compiler
+$config{CC}                = "g++";                                            # C++ compiler
 
 if ((!$config{OSNAME}) || ($config{OSNAME} eq "")) {
   chomp($config{OSNAME} = `/usr/bin/uname`);
@@ -287,7 +287,7 @@ print "\033[0mMax nickname length:\033[1;32m\t\t$config{NICK_LENGT}\n";
 print "\033[0mMax channel length:\033[1;32m\t\t$config{CHAN_LENGT}\n";
 print "\033[0mMax mode length:\033[1;32m\t\t$config{MAXI_MODES}\n";
 print "\033[0mGCC Version Found:\033[1;32m\t\t$config{GCCVER}.$config{GCC34}\n";
-print "\033[0mOptimatizaton Flag:\033[1;32m\t\t$config{OPTIMISATI}\033[0m\n\n";
+print "\033[0mOptimatizaton Flag:\033[1;32m\t\t$config{OPTIMISATI}\033[0m\n";
 print "\033[0mCompiler program:\033[1;32m\t\t$config{CC}\033[0m\n\n";
 
 makecache();