[tomboy] Force gmime-2.6 usage to prevent automagic dependencies now that 2.2 and 2.4 versions are deprecated



commit 3cbf464f94e1e5048545bf462d9dc36d61332e8e
Author: Pacho Ramos <pachoramos gmail com>
Date:   Tue Oct 23 19:31:44 2012 +0200

    Force gmime-2.6 usage to prevent automagic dependencies now that 2.2 and 2.4 versions are deprecated. Bug #686510
    
    Signed-off-by: Jared L Jennings <jjennings gnome org>

 configure.in |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/configure.in b/configure.in
index fff8245..8501978 100644
--- a/configure.in
+++ b/configure.in
@@ -235,13 +235,7 @@ done
 # Evolution.dll needs GMime#
 #
 if test "x$ENABLE_GNOME" != "xno"; then
-	if pkg-config --exists gmime-sharp-2.4; then
-		PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.4, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
-	elif pkg-config --exists gmime-sharp-2.6; then
-		PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.6, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
-	else
-		PKG_CHECK_MODULES(EVOLUTION, gmime-sharp >= 2.2.7, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
-	fi
+	PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.6, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
 else
 	ENABLE_EVOLUTION=no
 fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]