[evolution-kolab/gnome-3-4-2: 2/2] configure.ac: relax GMime dependency
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/gnome-3-4-2: 2/2] configure.ac: relax GMime dependency
- Date: Mon, 18 Jun 2012 20:29:04 +0000 (UTC)
commit 561d7c0b163eaa1115f718235485583b504790fa
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Mon Jun 18 19:56:35 2012 +0200
configure.ac: relax GMime dependency
* allow GMime 2.6 in addition to 2.4
* GMime is used in the unit tests only
(and should be replaced by CamelMime)
* building the tests should be made
optional
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e9fa807..201c440 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,7 @@ PKG_CHECK_MODULES(GTK, gtk+-3.0)
PKG_CHECK_MODULES(SOUP, libsoup-2.4 libsoup-gnome-2.4)
PKG_CHECK_MODULES(CURL, libcurl)
PKG_CHECK_MODULES(ICAL, libical)
-PKG_CHECK_MODULES(GMIME, gmime-2.4)
+PKG_CHECK_MODULES(GMIME, gmime-2.4,,[PKG_CHECK_MODULES(GMIME, gmime-2.6)]) dnl TODO make tests optional
PKG_CHECK_MODULES(EVOLUTION, evolution-plugin-3.0 libebook-1.2 libecal-1.2)
dnl ***********
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]