pidgin: 02b9e2a5: Mention Yahoo in all the places we say "...
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Tue Jun 23 15:10:26 EDT 2009
-----------------------------------------------------------------
Revision: 02b9e2a56048af7440e6752b0a4d65df7c519ae7
Ancestor: 43b7acace91a5872a8f104f1ec26fea47892faea
Author: darkrain42 at pidgin.im
Date: 2009-06-23T19:05:49
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/02b9e2a56048af7440e6752b0a4d65df7c519ae7
Modified files:
configure.ac
ChangeLog:
Mention Yahoo in all the places we say "These protocols won't work without SSL"
-------------- next part --------------
============================================================
--- configure.ac 81109c47a6adbfb8a22b8c241a69102b39f7c4d8
+++ configure.ac eccf46a33e8e1a6aa27acd0dde296465035904a4
@@ -1663,7 +1663,7 @@ AC_ARG_ENABLE(nss,
[enable_nss="$enableval"],
[enable_nss="yes"])
-msg_ssl="None. MSN, Novell Groupwise, Yahoo! and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!"
+msg_ssl="None. MSN, Yahoo!, Novell Groupwise 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.
@@ -2057,19 +2057,19 @@ Use --disable-nss --disable-gnutls if yo
AC_MSG_ERROR([
Neither GnuTLS or NSS SSL development headers found.
Use --disable-nss --disable-gnutls if you do not need SSL support.
-MSN, Novell Groupwise and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!
+MSN, Yahoo!, Novell Groupwise and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!
])
elif test "x$looked_for_gnutls" = "xyes" -a "x$force_deps" = "xyes" ; then
AC_MSG_ERROR([
GnuTLS SSL development headers not found.
Use --disable-gnutls if you do not need SSL support.
-MSN, Novell Groupwise and Google Talk will not work without SSL support.
+MSN, Yahoo!, Novell Groupwise and Google Talk will not work without SSL support.
])
elif test "x$looked_for_nss" = "xyes" -a "x$force_deps" = "xyes" ; then
AC_MSG_ERROR([
NSS SSL development headers not found.
Use --disable-nss if you do not need SSL support.
-MSN, Novell Groupwise and Google Talk will not work without SSL support.
+MSN, Yahoo!, Novell Groupwise and Google Talk will not work without SSL support.
])
fi
More information about the Commits
mailing list