[totem-pl-parser] build: Use gmime-2.6



commit 3736e5234e04cea4dc722247a148b37c6e1884c2
Author: Pacho Ramos <pachoramos gmail com>
Date:   Sat Oct 27 12:38:38 2012 +0200

    build: Use gmime-2.6
    
    Force using gmime-2.6 usage to prevent automagic dependencies
    now that older versions are deprecated.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686975

 configure.in |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/configure.in b/configure.in
index ba40b2e..ea539d2 100644
--- a/configure.in
+++ b/configure.in
@@ -75,15 +75,9 @@ AC_ARG_ENABLE(gmime-i-know-what-im-doing,
 
 if test "x$enable_gmime" = "xyes" ; then
    PKG_CHECK_MODULES(GMIME,  
-		     gmime-2.4,
-                     [have_gmime=yes GMIME=gmime-2.4], 
-                     [have_gmime=no])
-   if test "x$have_gmime" != "xyes" ; then
-     PKG_CHECK_MODULES(GMIME,  
 		       gmime-2.6,
 		       [have_gmime=yes GMIME=gmime-2.6], 
 		       [have_gmime=no])
-   fi
 
    if test "x$have_gmime" = "xyes" ; then
       AC_SUBST(GMIME, $GMIME)



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