]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Remove unneeded Extensible inheritance and remove "age" field from classbase
[user/henk/code/inspircd.git] / configure
index 984e7ef8307c80b9da580f298859647cfc4635b8..514ddee81d5bae22ad23d8159e72a0d447c798cf 100755 (executable)
--- a/configure
+++ b/configure
@@ -523,7 +523,7 @@ if ($config{OSNAME} =~ /FreeBSD/i)
        my $version = `uname -r`;
        if ($version =~ /^4\./)
        {
-               print "yes.\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";