[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-10-gbe99cf25f

paul at claws-mail.org paul at claws-mail.org
Mon Nov 21 16:37:45 CET 2022


The branch, gtk2 has been updated
       via  be99cf25f69d78b87970451451f73ed5d0427e13 (commit)
      from  071af8a2801ac393357ae9818ccf44ca346ad6a6 (commit)

Summary of changes:
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)


- Log -----------------------------------------------------------------
commit be99cf25f69d78b87970451451f73ed5d0427e13
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 6c41c98f4..64a9e7500 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1831,6 +1831,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