summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-01 22:44:37 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-01 22:44:37 +0000
commitdb6308f63001b3071c9104736e4a40cfb87468ec (patch)
tree99b90a3cdd0d52559c1aa024dbb709a637c66e45 /configure
parent16b8e22615e6b3351b47d13e0540600fa590d0cb (diff)
Clarify FreeBSD 4 message a bit more
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11586 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 974121e78..984e7ef83 100755
--- a/configure
+++ b/configure
@@ -523,7 +523,8 @@ if ($config{OSNAME} =~ /FreeBSD/i)
my $version = `uname -r`;
if ($version =~ /^4\./)
{
- print "yes. Please upgrade, FreeBSD 4.x is no longer supported\n";
+ print "yes.\n"
+ print "FreeBSD 4.x is no longer supported. By ANYONE.\n";
print "To build, you will need to add the following to CXXFLAGS:\n";
print "\t-L/usr/local/lib -lgnugetopt -DHAVE_DECL_GETOPT=1\n";
}