X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=c0ff0d793a289bbb08380b22a7fcdc98d4f78d2f;hb=dad5d5ed15bad4c5ec342c0a451c68a0900a7ecc;hp=867fc117fcf5d9b26d897074bd98fd11676c1744;hpb=23766d7178f2bd3e08a5bb92a41a00c81d8b4c41;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 867fc117f..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 { @@ -888,7 +887,7 @@ should NOT be used. You should probably specify a newer compiler.\n\n"; if ($config{HAS_OPENSSL} eq "y") { - yesno('USE_OPENSSL', "Would you like to enable SSL with m_openssl?"); + yesno('USE_OPENSSL', "Would you like to enable SSL with m_ssl_openssl?"); if ($config{USE_OPENSSL} eq "y") { print "\nUsing OpenSSL SSL module.\nYou will get better performance if you move to GnuTLS in the future.\n";