summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-30 23:58:24 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-30 23:58:24 +0000
commitc5ad4c096148112d281510d11558c60962dcece5 (patch)
tree33d695f975de730679ae4880c85c88eefcbb1591 /configure
parent4e90e203ae6c73cfce1338ce39bc52ba0cb8dae1 (diff)
Configuration errors now go to the error log
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1575 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 71f72d697..0739a3b77 100755
--- a/configure
+++ b/configure
@@ -189,6 +189,11 @@ Your operating system is: \033[1;32m$config{OSNAME}\033[0m ($wholeos), fdmax: $c
$config{CHANGE_COMPILER} = "n";
print "I have detected the following compiler: \033[1;32m$config{CC}\033[0m (version \033[1;32m$config{GCCVER}.$config{GCC34}\033[0m)\n";
+if ($config{GCCVER} < 3)
+{
+ print "\033[1;32mIMPORTANT!\033[0m A GCC 2.x compiler has been detected, and
+should NOT be used. You should probably specify a newer compiler.\n";
+}
yesno(CHANGE_COMPILER,"Do you want to change the compiler?");
if ($config{CHANGE_COMPILER} =~ /y/i)
{