[Commits] [SCM] claws branch, master, updated. 4.1.1-84-g16e8226ca
paul at claws-mail.org
paul at claws-mail.org
Thu Sep 21 09:29:05 UTC 2023
The branch, master has been updated
via 16e8226cafc9c38558b1de9414c935b4d7148bec (commit)
from 03654c4ffeb2e812cb3073a5aff26e974644488b (commit)
Summary of changes:
configure.ac | 5 +++++
1 file changed, 5 insertions(+)
- Log -----------------------------------------------------------------
commit 16e8226cafc9c38558b1de9414c935b4d7148bec
Author: Paul <paul at claws-mail.org>
Date: Thu Sep 21 10:29:00 2023 +0100
allow building the litehtml plugin with libgumbo >= 0.10 but < 0.12 if, and only if, explicitly requested
diff --git a/configure.ac b/configure.ac
index 40dc272d4..438e0cb01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1309,6 +1309,11 @@ AC_SUBST(FONTCONFIG_LIBS)
dnl gumbo **********************************************************************
PKG_CHECK_MODULES(LIBGUMBO, gumbo >= 0.12, HAVE_LIBGUMBO=yes, HAVE_LIBGUMBO=no)
+if test x"$HAVE_LIBGUMBO" = xno; then
+ if test x"$enable_litehtml_viewer_plugin" = xyes; then
+ PKG_CHECK_MODULES(LIBGUMBO, gumbo >= 0.10, HAVE_LIBGUMBO=yes, HAVE_LIBGUMBO=no)
+ fi
+fi
AC_SUBST(LIBGUMBO_CFLAGS)
AC_SUBST(LIBGUMBO_LIBS)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list