commit 03654c4ffeb2e812cb3073a5aff26e974644488b
parent 579967a7e7d3682ab1c7c76fa9edde03183efd76
Author: Paul <paul@claws-mail.org>
Date: Thu, 21 Sep 2023 09:11:51 +0100
don't fail to build if we don't have gumbo >= 0.12, just don't build the litehtml_viewer plugin
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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