/pidgin/main: 783e5cce1a46: Don't make gnutls 2.10 required
Tomasz Wasilczyk
twasilczyk at pidgin.im
Sun Mar 2 04:35:00 EST 2014
Changeset: 783e5cce1a4600c909fd3aa34fdf9b0d23471a72
Author: Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date: 2014-03-02 10:34 +0100
Branch: release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/783e5cce1a46
Description:
Don't make gnutls 2.10 required
diffstat:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -1135,7 +1135,7 @@ if test "x$gadu_libs" != "xyes"; then
PKG_CHECK_MODULES([GNUTLS_2_10], [gnutls >= 2.10.0], [
AC_DEFINE([HAVE_GNUTLS_2_10], [], [Defined if GnuTLS >= 2.10.0 is available.])
- ])
+ ],:)
fi
if test "x$gadu_libs" = "x"; then
More information about the Commits
mailing list