Mercurial > pidgin
changeset 20709:3e569b1b0371
Mention that GnuTLS or NSS are required, and not OpenSSL, in the "you don't
have any SSL" ./configure message.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Sun, 30 Sep 2007 16:53:34 +0000 |
parents | 39737dfe1cca |
children | 2bb82b05d30a |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sat Sep 29 13:55:03 2007 +0000 +++ b/configure.ac Sun Sep 30 16:53:34 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.