X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=c0ff0d793a289bbb08380b22a7fcdc98d4f78d2f;hb=4f369dc0ea91038adec26c62a6881f8167a0cd14;hp=7a715026bcb9ecba9acff09c1facc8006b741a3e;hpb=414f891fa6680dcfe10da64f9d1dfe1e9816d3fd;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 7a715026b..c0ff0d793 100755 --- 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 {