[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-62-gd4f9440cb
paul at claws-mail.org
paul at claws-mail.org
Thu Aug 24 09:16:51 UTC 2023
The branch, gtk2 has been updated
via d4f9440cb0a4dfa74662f1bef10a6fed161d1aaf (commit)
from fc8dbb745677bc2949b429be23a7bd1bdbcb1658 (commit)
Summary of changes:
configure.ac | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit d4f9440cb0a4dfa74662f1bef10a6fed161d1aaf
Author: Paul <paul at claws-mail.org>
Date: Thu Aug 24 10:06:21 2023 +0100
only build litehtml_viewer plugin if explicitly instructed
diff --git a/configure.ac b/configure.ac
index d734bee27..d8594296f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1160,9 +1160,10 @@ AC_ARG_ENABLE(libravatar-plugin,
[ --disable-libravatar-plugin Do not build libravatar plugin],
[enable_libravatar_plugin=$enableval], [enable_libravatar_plugin=auto])
+dnl disabled by default
AC_ARG_ENABLE(litehtml_viewer-plugin,
- [ --disable-litehtml_viewer-plugin Do not build litehtml_viewer plugin],
- [enable_litehtml_viewer_plugin=$enableval], [enable_litehtml_viewer_plugin=auto])
+ [ --enable-litehtml_viewer-plugin Build litehtml_viewer plugin],
+ [enable_litehtml_viewer_plugin=$enableval], [enable_litehtml_viewer_plugin=no])
AC_ARG_ENABLE(mailmbox-plugin,
[ --disable-mailmbox-plugin Do not build mailmbox plugin],
@@ -1750,7 +1751,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" = xauto; then
+ elif test x"$enable_litehtml_viewer_plugin" = xyes; 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