]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
GnuTLS requires pkg-config as well.
authorPeter Powell <petpow@saberuk.com>
Thu, 5 Jul 2012 04:28:03 +0000 (05:28 +0100)
committerPeter Powell <petpow@saberuk.com>
Thu, 5 Jul 2012 04:28:03 +0000 (05:28 +0100)
configure

index 61313c9fe2804e60be87b4550fa45a2e56799db0..8edcdfe08b0a2179c54c47f88f696d3d809c6530 100755 (executable)
--- a/configure
+++ b/configure
@@ -625,8 +625,8 @@ should NOT be used. You should probably specify a newer compiler.\n\n";
        }
        else
        {
-               print "\nCould not detect OpenSSL or GnuTLS. Make sure pkg-config is installed if\n";
-               print "you intend to use OpenSSL, or that GnuTLS is in your path if you intend\nto use GnuTLS.\n\n";
+               print "\nCould not detect OpenSSL or GnuTLS. Make sure pkg-config is installed and\n";
+               print "is in your path.\n\n";
        }
 
        yesno('MODUPDATE',"Would you like to check for updates to third-party modules?");