[evolution-data-server/account-mgmt: 5/40] 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/40] Require gcr-base-3 for secure password exchange over D-Bus.
- Date: Fri, 6 Apr 2012 02:43:43 +0000 (UTC)
commit 9681d6f4370207e61e66c101ac511fa4fee5afae
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 ecc566b..1c995cb 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]