comparison configure.ac @ 26905:60141cfedeb6

Inform user that he wont be able to use Yahoo! in case of absence of ssl support
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Wed, 06 May 2009 10:12:59 +0000
parents b1b166fa99e2
children e4270698da39 08964b4b2fe4 c2ac87c5a035
comparison
equal deleted inserted replaced
26904:885320258863 26905:60141cfedeb6
1661 AC_ARG_ENABLE(nss, 1661 AC_ARG_ENABLE(nss,
1662 [ --enable-nss=[yes,no,static] attempt to use Mozilla libnss for SSL support [default=yes]], 1662 [ --enable-nss=[yes,no,static] attempt to use Mozilla libnss for SSL support [default=yes]],
1663 [enable_nss="$enableval"], 1663 [enable_nss="$enableval"],
1664 [enable_nss="yes"]) 1664 [enable_nss="yes"])
1665 1665
1666 msg_ssl="None. MSN, Novell Groupwise and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!" 1666 msg_ssl="None. MSN, Novell Groupwise, Yahoo! and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!"
1667 looked_for_gnutls="no" 1667 looked_for_gnutls="no"
1668 dnl # 1668 dnl #
1669 dnl # Check for GnuTLS if it's specified. 1669 dnl # Check for GnuTLS if it's specified.
1670 dnl # 1670 dnl #
1671 if test "x$enable_gnutls" != "xno"; then 1671 if test "x$enable_gnutls" != "xno"; then