talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit cfbc9fe60949e589bf720e44ad3460c0a107cf0c
parent 6f063a5e5d41e86ff6d3eca5c9efacc93687ab31
Author: wwp <subscript@free.fr>
Date:   Wed,  5 Mar 2025 18:22:57 +0100

Complete the configure summary.

Diffstat:
Mconfigure.ac | 49++++++++++++++++++++++++++-----------------------
1 file changed, 26 insertions(+), 23 deletions(-)

diff --git 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:"