/pidgin/main: 061c2ae3679c: Fix the build again

Tomasz Wasilczyk twasilczyk at pidgin.im
Thu Feb 13 14:11:26 EST 2014


Changeset: 061c2ae3679c19a430cfe2d345d30e85ddee9ae0
Author:	 Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date:	 2014-02-13 20:11 +0100
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/061c2ae3679c

Description:

Fix the build again

diffstat:

 configure.ac                        |  2 +-
 libpurple/protocols/gg/lib/config.h |  3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -1297,7 +1297,7 @@ if test "x$gadu_libs" != "xyes"; then
 		AC_DEFINE(HAVE_GNUTLS_CERTIFICATE_SET_X509_SYSTEM_TRUST, 1, [gnutls contains the gnutls_certificate_set_x509_system_trust function])
 	fi
 	if test "x$gg_gnutls_sts" != "x"; then
-		AC_DEFINE_UNQUOTED(GG_CONFIG_SSL_SYSTEM_TRUST, ["$gg_gnutls_sts"], [use the given file as GnuTLS default trust store])
+		AC_DEFINE_UNQUOTED(GG_CONFIG_GNUTLS_SYSTEM_TRUST_STORE, ["$gg_gnutls_sts"], [use the given file as GnuTLS default trust store])
 	fi
 
 fi
diff --git a/libpurple/protocols/gg/lib/config.h b/libpurple/protocols/gg/lib/config.h
--- a/libpurple/protocols/gg/lib/config.h
+++ b/libpurple/protocols/gg/lib/config.h
@@ -84,3 +84,6 @@
 /* Defined if libgadu is GPL compliant (was not linked with OpenSSL or any
  * other non-GPL compliant library support). */
 #define GG_CONFIG_IS_GPL_COMPLIANT
+
+/* Defined if libgadu uses system defalt trusted CAs. */
+#define GG_CONFIG_SSL_SYSTEM_TRUST



More information about the Commits mailing list