]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Revert earlier time() -> SI->Time() diff for now, this causes problems with dns.cpp...
[user/henk/code/inspircd.git] / configure
index 867fc117fcf5d9b26d897074bd98fd11676c1744..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
                {
@@ -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";