/pidgin/main: 12d75d10365d: Remove an early check for ssl/tls wh...

Gary Kramlich <[email protected]> Tue, 23 Aug 2016 19:14:55 -0400
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 12d75d10365d716b801ee301fefc52fa5544ea96
Author:	 Gary Kramlich <[email protected]>
Date:	 2016-08-23 15:22 -0500
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/12d75d10365d

Description:

Remove an early check for ssl/tls which was breaking stuff unless you explicitly disabled nss

diffstat:

 configure.ac |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -1969,8 +1969,6 @@ if test "x$enable_nss" != "xno"; then
 	if test "x$have_nss" = "xyes"; then
 		AC_DEFINE(HAVE_NSS, 1, [Define if you have Mozilla NSS])
 		msg_nss="Mozilla NSS"
-	else
-		AC_MSG_ERROR([No SSL/TLS library available])
 	fi
 fi
 

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits