]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Change allocation of commands/modes
[user/henk/code/inspircd.git] / configure
index 9795ec100cf630a35ccbdb13b7f5f2188d0fac34..514ddee81d5bae22ad23d8159e72a0d447c798cf 100755 (executable)
--- a/configure
+++ b/configure
@@ -523,8 +523,10 @@ if ($config{OSNAME} =~ /FreeBSD/i)
        my $version = `uname -r`;
        if ($version =~ /^4\./)
        {
-               print "yes\n";
-               exit 1;
+               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";
        }
        else
        {