[Commits] [SCM] claws branch, master, updated. 4.1.1-14-g741ecb32d
paul at claws-mail.org
paul at claws-mail.org
Mon Nov 21 16:36:52 CET 2022
The branch, master has been updated
via 741ecb32d8d3a1737ab1b10348487a52a85d2f40 (commit)
from b3d3f6ec12c87489602d3ecdc11ae4e69de70027 (commit)
Summary of changes:
configure.ac | 3 +++
1 file changed, 3 insertions(+)
- Log -----------------------------------------------------------------
commit 741ecb32d8d3a1737ab1b10348487a52a85d2f40
Author: Paul <paul at claws-mail.org>
Date: Mon Nov 21 16:36:48 2022 +0000
don't attempt to build the perl plugin if ExtUtils::Embed is not installed
diff --git a/configure.ac b/configure.ac
index f879117f2..ddea51442 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1819,6 +1819,9 @@ if test x"$enable_perl_plugin" != xno; then
if test x"$HAVE_LIBPERL" = xno; then
dependencies_missing="libperl $dependencies_missing"
fi
+ if test x"$PERL_MOD_EXT_UTILS_EMBED" = xno; then
+ dependencies_missing="ExtUtils::Embed $dependencies_missing"
+ fi
if test x"$dependencies_missing" = x; then
PLUGINS="$PLUGINS perl"
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list