diff options
author | Attila Molnar <attilamolnar@hush.com> | 2012-07-05 12:16:27 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2012-07-05 12:16:27 -0700 |
commit | 2cb47dd7920355b11edd664f7399ca69e0d5d0b4 (patch) | |
tree | f0a03d62e04cbe8e74d97ad10807fd7a90185c09 | |
parent | 13eef9a8e06effb5981729cc6c2b11aa0fb940cf (diff) | |
parent | 464c71752f9cdd0f44e7266f58e87bc35d2bee90 (diff) |
Merge pull request #244 from SaberUK/insp20-configure-fix
[2.0] Configure message fix
-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?"); |