[Commits] [SCM] claws branch, master, updated. 4.3.1-42-g1b8275f0b
wwp at claws-mail.org
wwp at claws-mail.org
Mon Mar 10 11:26:43 UTC 2025
The branch, master has been updated
via 1b8275f0bfef1f408c80b79dcc9a838b9f34c2c5 (commit)
from 775969a2280ad57011b67d69fea4ce9c4204871a (commit)
Summary of changes:
configure.ac | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 1b8275f0bfef1f408c80b79dcc9a838b9f34c2c5
Author: wwp <subscript at free.fr>
Date: Mon Mar 10 12:26:26 2025 +0100
Reorder and reword few items in configure's summary output.
diff --git a/configure.ac b/configure.ac
index 0ddc6842a..6403594c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2263,7 +2263,6 @@ echo "NetworkManager : $enable_networkmanager"
echo "Manual : $enable_manual"
echo "Generic UMPC code : $enable_generic_umpc"
echo "SVG support : $enable_svg"
-echo "Config dir : $ac_cv_with_config_dir"
echo "Password crypto : $pwd_crypto"
echo "Unit tests : $enable_tests"
echo "pthread : $enable_pthread"
@@ -2271,7 +2270,7 @@ echo "Startup notification : $enable_startup_notification"
echo "Valgrind support : $enable_valgrind"
if test -n "$more_debug_output_modules"; then
- echo "More debug output enabled for:"
+ echo "Extra debug output enabled for:"
for module in $more_debug_output_modules; do
echo " - $module"
done
@@ -2310,4 +2309,6 @@ fi
echo ""
echo "The binary will be installed in $prefix/bin"
echo ""
+echo "Configuration directory: $ac_cv_with_config_dir"
+echo ""
echo "Configure finished, type 'make' to build."
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list