diff options
author | Peter Powell <petpow@saberuk.com> | 2012-03-21 19:22:11 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2012-03-21 19:33:16 +0000 |
commit | 2e266c880c92b995701b5c09b01ad66541d524c3 (patch) | |
tree | bc63972bf448dca76927eff3a61b71c3df8e0755 /configure | |
parent | 326e52cbabf81b66fb50b7748b904f797e654d3b (diff) |
Typo fixes.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ if ($config{HAS_OPENSSL} =~ /^([-[:digit:].]+)([a-z])?(\-[a-z][0-9])?$/) { if (($config{GCCVER} eq "") || ($config{GCCMINOR} eq "")) { if ($config{IS_DARWIN} eq "YES") { - print $config{CC} . " was not found! You require clang++ (the LLVN C++ compiler, part of the OSX developer tools) to build InspIRCd!\n"; + print $config{CC} . " was not found! You require clang++ (the LLVM C++ compiler, part of the OSX developer tools) to build InspIRCd!\n"; } else { print $config{CC} . " was not found! You require g++ (the GNU C++ compiler, part of GCC) to build InspIRCd!\n"; } |