diff options
author | Peter Powell <petpow@saberuk.com> | 2012-07-05 05:28:03 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2012-07-05 05:28:03 +0100 |
commit | 464c71752f9cdd0f44e7266f58e87bc35d2bee90 (patch) | |
tree | 81b4fb10a249a63f1bd8e8d9cbb038e84fd787b7 /configure | |
parent | 7998173bcebb06e5e43e3337cc029eba3389199f (diff) |
GnuTLS requires pkg-config as well.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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?"); |