]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Revert docs on setting too.
[user/henk/code/inspircd.git] / configure
index 7a715026bcb9ecba9acff09c1facc8006b741a3e..c0ff0d793a289bbb08380b22a7fcdc98d4f78d2f 100755 (executable)
--- a/configure
+++ b/configure
@@ -26,7 +26,6 @@ BEGIN {
 };
 
 use File::Copy ();
-
 use Socket;
 use Cwd;
 use Getopt::Long;
@@ -705,7 +704,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
                {