[Commits] [SCM] claws branch, master, updated. 4.3.1-25-gcfbc9fe60
wwp at claws-mail.org
wwp at claws-mail.org
Wed Mar 5 17:23:17 UTC 2025
The branch, master has been updated
via cfbc9fe60949e589bf720e44ad3460c0a107cf0c (commit)
from 6f063a5e5d41e86ff6d3eca5c9efacc93687ab31 (commit)
Summary of changes:
configure.ac | 49 ++++++++++++++++++++++++++-----------------------
1 file changed, 26 insertions(+), 23 deletions(-)
- Log -----------------------------------------------------------------
commit cfbc9fe60949e589bf720e44ad3460c0a107cf0c
Author: wwp <subscript at free.fr>
Date: Wed Mar 5 18:22:57 2025 +0100
Complete the configure summary.
diff --git a/configure.ac b/configure.ac
index 9b00e68d3..0ddc6842a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2242,30 +2242,33 @@ echo ""
echo "$PACKAGE $VERSION"
echo ""
if test x"$enable_alternate_addressbook" = xyes; then
- echo "Using Address Book : Alternate experimental interface"
+ echo "Using Address Book : Alternate experimental interface"
else
- echo "Using Address Book : Original stable interface"
- echo "JPilot : $enable_jpilot"
- echo "LDAP : $enable_ldap"
-fi
-echo "gnuTLS : $enable_gnutls"
-echo "OAuth2 : $enable_oauth2"
-echo "iconv : $am_cv_func_iconv"
-echo "compface : $enable_compface"
-echo "IPv6 : $enable_ipv6"
-echo "enchant : $enable_enchant"
-echo "IMAP4 : $enable_libetpan"
-echo "NNTP : $enable_libetpan"
-echo "Crash dialog : $enable_crash_dialog"
-echo "LibSM : $enable_libsm"
-echo "DBUS : $enable_dbus"
-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 "Using Address Book : Original stable interface"
+ echo "JPilot : $enable_jpilot"
+ echo "LDAP : $enable_ldap"
+fi
+echo "gnuTLS : $enable_gnutls"
+echo "OAuth2 : $enable_oauth2"
+echo "iconv : $am_cv_func_iconv"
+echo "compface : $enable_compface"
+echo "IPv6 : $enable_ipv6"
+echo "enchant : $enable_enchant"
+echo "IMAP4 (libetpan) : $enable_libetpan"
+echo "NNTP (libetpan) : $enable_libetpan"
+echo "Crash dialog : $enable_crash_dialog"
+echo "LibSM : $enable_libsm"
+echo "DBUS : $enable_dbus"
+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"
+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:"
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list