[Commits] [SCM] claws branch, master, updated. 4.1.1-83-g03654c4ff

paul at claws-mail.org paul at claws-mail.org
Thu Sep 21 08:11:59 UTC 2023


The branch, master has been updated
       via  03654c4ffeb2e812cb3073a5aff26e974644488b (commit)
      from  579967a7e7d3682ab1c7c76fa9edde03183efd76 (commit)

Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 03654c4ffeb2e812cb3073a5aff26e974644488b
Author: Paul <paul at claws-mail.org>
Date:   Thu Sep 21 09:11:51 2023 +0100

    don't fail to build if we don't have gumbo >= 0.12, just don't build the litehtml_viewer plugin

diff --git a/configure.ac b/configure.ac
index dcd1ac8b2..40dc272d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1725,7 +1725,7 @@ if test x"$enable_litehtml_viewer_plugin" != xno; then
         if test x"$dependencies_missing" = x; then
                 PLUGINS="$PLUGINS litehtml_viewer"
                 AC_MSG_RESULT(yes)
-        elif test x"$enable_litehtml_viewer_plugin" = xyes; then
+        elif test x"$enable_litehtml_viewer_plugin" = xauto; then
                 AC_MSG_RESULT(no)
                 AC_MSG_WARN("Plugin litehtml_viewer will not be built; missing $dependencies_missing")
                 enable_litehtml_viewer_plugin=no

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list