[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-67-ge06336081
paul at claws-mail.org
paul at claws-mail.org
Thu Sep 21 08:12:49 UTC 2023
The branch, gtk2 has been updated
via e063360819b2d285f752a9226769ab01818c0981 (commit)
from 840d4a034420d06c7f85275c5857f0fd46634d1a (commit)
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit e063360819b2d285f752a9226769ab01818c0981
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 6fe1b3644..7760217f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1750,7 +1750,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