[totem-pl-parser] Fix substitution in pkg-config file



commit 66b793e39ce012d08ba184b6438d5cb58f364c04
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jul 23 20:18:45 2009 +0100

    Fix substitution in pkg-config file
    
    2009-07-23  Bastien Nocera  <hadess hadess net>
    
    	* configure.in: Fix substitution in pkg-config file,
    	spotted by Philip

 ChangeLog    |    5 +++++
 configure.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6318e37..51a934f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-07-23  Bastien Nocera  <hadess hadess net>
 
+	* configure.in: Fix substitution in pkg-config file,
+	spotted by Philip
+
+2009-07-23  Bastien Nocera  <hadess hadess net>
+
 	* README:
 	* configure.in:
 	* plparse/totem-pl-parser-podcast.c (totem_pl_parser_add_rss),
diff --git a/configure.in b/configure.in
index e43b6ae..fd5cfdd 100644
--- a/configure.in
+++ b/configure.in
@@ -76,7 +76,7 @@ if test "x$enable_gmime" = "xyes" ; then
                      [have_gmime=no])
 
    if test "x$have_gmime" = "xyes" ; then
-      AC_SUBST(GMIME, gmime-1.2)
+      AC_SUBST(GMIME, gmime-2.4)
       AC_SUBST(USEGMIME, yes)
       AC_DEFINE(HAVE_GMIME, 1, [GMime available in the system])
       pkg_modules="$pkg_modules gmime-2.4"



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