[evolution-data-server/account-mgmt: 5/41] Require gcr-base-3 for secure password exchange over D-Bus.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/account-mgmt: 5/41] Require gcr-base-3 for secure password exchange over D-Bus.
- Date: Sat, 26 May 2012 17:31:41 +0000 (UTC)
commit cf6b531f23e4efece5eb4c13763468cc2a8ef152
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Nov 18 17:31:12 2011 -0500
Require gcr-base-3 for secure password exchange over D-Bus.
configure.ac | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 46e4b9a..b8ead2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ dnl Required Package Versions
m4_define([glib_minimum_version], [2.32])
m4_define([gtk_minimum_version], [3.2])
m4_define([gconf_minimum_version], [2.0.0]) dnl XXX Just a Guess
+m4_define([gcr_minimum_version], [3.3])
m4_define([gnome_keyring_minimum_version], [2.20.1])
m4_define([goa_minimum_version], [3.1.1])
m4_define([libxml_minimum_version], [2.0.0]) dnl XXX Just a Guess
@@ -397,6 +398,13 @@ if test x$os_win32 = xno; then
fi
+dnl **********************************************************
+dnl gcr-base is needed for secure password exchange over D-Bus
+dnl **********************************************************
+PKG_CHECK_MODULES(GCR_BASE, [gcr-base-3 >= gcr_minimum_version])
+AC_SUBST(GCR_BASE_CFLAGS)
+AC_SUBST(GCR_BASE_LIBS)
+
LIBICAL_REQUIRED=libical_minimum_version
AC_SUBST(LIBICAL_REQUIRED)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]