X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=a4bf197dc42c32930cccec5f1f7f37110f9bc99d;hb=073eb3d17f125259ea9b4fcdab78a196ced96593;hp=867fc117fcf5d9b26d897074bd98fd11676c1744;hpb=23766d7178f2bd3e08a5bb92a41a00c81d8b4c41;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 867fc117f..a4bf197dc 100755 --- a/configure +++ b/configure @@ -705,7 +705,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 +888,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";