# HG changeset patch # User Will Thompson # Date 1191171214 0 # Node ID 3e569b1b037118036a0622c13fdae5f821b5c0c0 # Parent 39737dfe1cca51c79560d5d0f724b9cb83d36c9f Mention that GnuTLS or NSS are required, and not OpenSSL, in the "you don't have any SSL" ./configure message. diff -r 39737dfe1cca -r 3e569b1b0371 configure.ac --- 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.