X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=514ddee81d5bae22ad23d8159e72a0d447c798cf;hb=2630a87bb13b089e6d0fdcff4bcd0f3a9612e52f;hp=984e7ef8307c80b9da580f298859647cfc4635b8;hpb=db6308f63001b3071c9104736e4a40cfb87468ec;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 984e7ef83..514ddee81 100755 --- 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";