[Commits] [SCM] claws branch, master, updated. 3.15.0-30-gf081d0f
ticho at claws-mail.org
ticho at claws-mail.org
Wed Apr 19 19:21:14 CEST 2017
The branch, master has been updated
via f081d0f1eb701952f329e32b901ecd3b4282551f (commit)
from da97dac531e28bb8f607b02c14adfc738fb2b86d (commit)
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit f081d0f1eb701952f329e32b901ecd3b4282551f
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Wed Apr 19 19:20:06 2017 +0200
Fix configure logic around tnef_parse plugin.
If the plugin is explicitly enabled, but its dependencies
are missing, error out instead of warning and continuing.
diff --git a/configure.ac b/configure.ac
index ecdd285..dd903f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1918,7 +1918,7 @@ if test x"$enable_tnef_parse_plugin" != xno; then
MISSING_DEPS_PLUGINS="$MISSING_DEPS_PLUGINS tnef_parse"
else
AC_MSG_RESULT(no)
- AC_MSG_WARN(Plugin tnef_parse will not be built; missing $dependencies_missing")
+ AC_MSG_ERROR(Plugin tnef_parse will not be built; missing $dependencies_missing")
fi
else
DISABLED_PLUGINS="$DISABLED_PLUGINS tnef_parse"
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list