summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-13 13:02:16 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-13 13:02:16 +0000
commit7f9bd93b12be4c32f38f4e55cd45337aba2bc1e4 (patch)
tree75f30f78dfac21f6f7bd7bba1108ae941765785f /configure
parent798983e2512aadc0c078e86b12aa060d6a3287ad (diff)
Make the 'ancient OS' warning a bit more strongly worded.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10534 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7a715026b..a4bf197dc 100755
--- a/configure
+++ b/configure
@@ -705,7 +705,7 @@ if ($config{OSNAME} =~ /FreeBSD/i)
{
# ICKY ICKY ICK, FREEBSD 4.x! GET AN UPGRADE!
$config{CRAQ} = "-L/usr/local/lib -lgnugetopt -DHAVE_DECL_GETOPT=1";
- print "yes\n";
+ print "yes (upgrade ffs, freebsd 4 is *way* out of date)\n";
}
else
{