[Commits] [SCM] claws branch, master, updated. 3.14.1-229-gda399f4

mones at claws-mail.org mones at claws-mail.org
Thu Mar 16 19:52:53 CET 2017


The branch, master has been updated
       via  da399f43f30dd459dbdfe5b4f28c1baa8ac9d0a0 (commit)
      from  bd8213fe3d3ca5da043992520e96f07aacd0d443 (commit)

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


- Log -----------------------------------------------------------------
commit da399f43f30dd459dbdfe5b4f28c1baa8ac9d0a0
Author: Ricardo Mones <ricardo at mones.org>
Date:   Thu Mar 16 19:52:27 2017 +0100

    Require SVG library version 2.40.5
    
    Fix bug #3778: Claws-mail core dumps when trying to view a HTML email

diff --git a/configure.ac b/configure.ac
index 51246fb..ecdd285 100644
--- a/configure.ac
+++ b/configure.ac
@@ -934,7 +934,7 @@ dnl librsvg
 AC_MSG_CHECKING([whether to use librsvg])
 if test x"$enable_svg" = xyes; then
 	AC_MSG_RESULT(yes)
-    PKG_CHECK_MODULES([SVG], [librsvg-2.0 >= 2.36.0 cairo >= 1.0.0],
+    PKG_CHECK_MODULES([SVG], [librsvg-2.0 >= 2.40.5 cairo >= 1.0.0],
     [
         AC_SUBST(SVG_CFLAGS)
         AC_SUBST(SVG_LIBS)
@@ -942,7 +942,7 @@ if test x"$enable_svg" = xyes; then
 		enable_svg=yes
 	],
 	[
-		AC_MSG_NOTICE([SVG support deactivated as librsvg2 >= 2.36 was not found])
+		AC_MSG_NOTICE([SVG support deactivated as librsvg2 >= 2.40.5 was not found])
 		enable_svg=no
 	])
 else

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list