[evolution-ews] Drop gconf-2.0 dependency.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Drop gconf-2.0 dependency.
- Date: Fri, 15 Jun 2012 13:07:48 +0000 (UTC)
commit e78d2f2510147ac613eace2b83b437bd499c190a
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Jun 15 09:07:09 2012 -0400
Drop gconf-2.0 dependency.
There's still some dead code in the repo with GConfClient references.
I'll remove those shortly.
configure.ac | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9e86ba0..f7728cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,6 @@ dnl *******************
m4_define([eds_minimum_version], [3.2.0])
m4_define([evo_minimum_version], [3.2.0])
m4_define([glib_minimum_version], [2.16.1])
-m4_define([gconf_minimum_version], [2.0.0])
m4_define([libsoup_minimum_version], [2.30])
@@ -123,8 +122,7 @@ dnl Check for GNOME Platform
dnl *****************************
PKG_CHECK_MODULES(GNOME_PLATFORM,
[glib-2.0 >= glib_minimum_version
- gtk+-3.0 >= 2.90.4
- gconf-2.0 >= gconf_minimum_version])
+ gtk+-3.0 >= 2.90.4])
PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= libsoup_minimum_version)
AC_SUBST(SOUP_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]