[Commits] [SCM] claws branch, master, updated. 4.1.1-81-g994da6529

miras at claws-mail.org miras at claws-mail.org
Wed Sep 20 22:22:31 UTC 2023


The branch, master has been updated
       via  994da65297ed25c12db217544307202914e1fc81 (commit)
      from  4db43a95f5f4e0ef119190129ef46197e748cf23 (commit)

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


- Log -----------------------------------------------------------------
commit 994da65297ed25c12db217544307202914e1fc81
Author: Michael Rasmussen <mir at datanom.net>
Date:   Thu Sep 21 00:22:22 2023 +0200

    Build litehtml_viewer-plugin by default if gumbo2 found
    
    Signed-off-by: Michael Rasmussen <mir at datanom.net>

diff --git a/configure.ac b/configure.ac
index 15c16b9ee..5b015c6b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1154,8 +1154,8 @@ AC_ARG_ENABLE(libravatar-plugin,
 
 dnl disabled by default
 AC_ARG_ENABLE(litehtml_viewer-plugin,
-		[  --enable-litehtml_viewer-plugin       Build litehtml_viewer plugin],
-		[enable_litehtml_viewer_plugin=$enableval], [enable_litehtml_viewer_plugin=no])
+		[  --disable-litehtml_viewer-plugin       Do not Build litehtml_viewer plugin],
+		[enable_litehtml_viewer_plugin=$enableval], [enable_litehtml_viewer_plugin=auto])
 
 AC_ARG_ENABLE(mailmbox-plugin,
 		[  --disable-mailmbox-plugin       Do not build mailmbox plugin],
@@ -1309,7 +1309,7 @@ AC_SUBST(FONTCONFIG_CFLAGS)
 AC_SUBST(FONTCONFIG_LIBS)
 
 dnl gumbo **********************************************************************
-PKG_CHECK_MODULES(LIBGUMBO, gumbo >= 0.10, HAVE_LIBGUMBO=yes, HAVE_LIBGUMBO=no)
+PKG_CHECK_MODULES(LIBGUMBO, gumbo >= 0.12, HAVE_LIBGUMBO=yes, HAVE_LIBGUMBO=no)
 AC_SUBST(LIBGUMBO_CFLAGS)
 AC_SUBST(LIBGUMBO_LIBS)
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list