[Commits] [SCM] claws branch, master, updated. 3.9.2-124-g0f24457

mones at claws-mail.org mones at claws-mail.org
Tue Nov 26 09:19:18 CET 2013


The branch master of project "claws" (Claws Mail) has been updated
       via  0f24457ebe6bf2d3164e5f958a24deaaaba75bbf (commit)
      from  2b703d81489a7132f08ad0abcff6c58495f960cd (commit)


- Log -----------------------------------------------------------------
commit 0f24457ebe6bf2d3164e5f958a24deaaaba75bbf
Author: Ricardo Mones <ricardo at mones.org>
Date:   Tue Nov 26 09:13:26 2013 +0100

    Fix poppler required version accordingly
    
    Set to 0.12 (released in 2009) and required for version check macros.
    Anyway we were using defines only present in 0.14 without checking...

diff --git a/configure.ac b/configure.ac
index 4a6765f..d957f80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1113,7 +1113,7 @@ AC_SUBST(GDATA_CFLAGS)
 AC_SUBST(GDATA_LIBS)
 
 dnl Poppler ********************************************************************
-PKG_CHECK_MODULES(POPPLER, poppler-glib >= 0.4.2, HAVE_POPPLER=yes, HAVE_POPPLER=no)
+PKG_CHECK_MODULES(POPPLER, poppler-glib >= 0.12.0, HAVE_POPPLER=yes, HAVE_POPPLER=no)
 AC_SUBST(POPPLER_LIBS)
 AC_SUBST(POPPLER_CFLAGS)
 

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list