[Commits] [SCM] claws branch, master, updated. 3.15.0-129-g2bc71e4

wwp at claws-mail.org wwp at claws-mail.org
Tue Aug 29 14:42:54 CEST 2017


The branch, master has been updated
       via  2bc71e498db0d24f714652a8711b810ed3a7e217 (commit)
      from  404c674753092fe8e06f0a27da7405b30c646058 (commit)

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


- Log -----------------------------------------------------------------
commit 2bc71e498db0d24f714652a8711b810ed3a7e217
Author: wwp <wwp at free.fr>
Date:   Tue Aug 29 14:41:23 2017 +0200

    Lower the librsvg requirement to 2.39 (works on CentOS7 with
    this).

diff --git a/configure.ac b/configure.ac
index 9e4933e..108d9b4 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.40.5 cairo >= 1.0.0],
+    PKG_CHECK_MODULES([SVG], [librsvg-2.0 >= 2.39.0 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.40.5 was not found])
+		AC_MSG_NOTICE([SVG support deactivated as librsvg2 >= 2.39.0 was not found])
 		enable_svg=no
 	])
 else

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list