Mercurial > pidgin.yaz
changeset 20297:40a6d017f18d
applied changes from cbfd86ab2748b8fdb5f956d133339630eba75f8b
through da7520dee75fbe063aa7747c5452551d0030abee
log message:
| Mention that GnuTLS or NSS are required, and not OpenSSL, in the "you don't
| have any SSL" ./configure message.
committer: Luke Schierer <lschiere@pidgin.im>
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Fri, 19 Oct 2007 16:19:30 +0000 |
parents | 48f03c46b86b |
children | a2220ad38ebd |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Fri Oct 19 16:12:34 2007 +0000 +++ b/configure.ac Fri Oct 19 16:19:30 2007 +0000 @@ -1460,7 +1460,7 @@ [enable_nss="$enableval"], [enable_nss="yes"]) -msg_ssl="None (MSN and Google Talk will not work without SSL!)" +msg_ssl="None. MSN, Novell Groupwise and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!" dnl # dnl # Check for GnuTLS if it's specified.