summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSulabh Mahajan <sulabh@pidgin.im>2009-05-06 10:12:59 +0000
committerSulabh Mahajan <sulabh@pidgin.im>2009-05-06 10:12:59 +0000
commitebf81ead88b1dba7b2bcec8131c31dcd9d15fd4e (patch)
tree752ff643bfc5f1cf1874051043b6d99a69c6df3c
parente48ca7c3a0059f8e9346c622f8d38b4924260488 (diff)
downloadpidgin-ebf81ead88b1dba7b2bcec8131c31dcd9d15fd4e.tar.gz
Inform user that he wont be able to use Yahoo! in case of absence of ssl
support
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0a70734966..add3070ec7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1663,7 +1663,7 @@ AC_ARG_ENABLE(nss,
[enable_nss="$enableval"],
[enable_nss="yes"])
-msg_ssl="None. MSN, Novell Groupwise and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!"
+msg_ssl="None. MSN, Novell Groupwise, Yahoo! and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!"
looked_for_gnutls="no"
dnl #
dnl # Check for GnuTLS if it's specified.