[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-22-g65b02af62

mones at claws-mail.org mones at claws-mail.org
Thu Dec 15 12:35:17 UTC 2022


The branch, gtk2 has been updated
       via  65b02af6228542cb53c6a86ac766ea74b5e45708 (commit)
      from  731e75ba1b123d9e1b26ac0279f3adeb8d924346 (commit)

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


- Log -----------------------------------------------------------------
commit 65b02af6228542cb53c6a86ac766ea74b5e45708
Author: Ricardo Mones <ricardo at mones.org>
Date:   Thu Dec 15 13:34:27 2022 +0100

    Add debug calls to configure summary

diff --git a/configure.ac b/configure.ac
index b24cd26fe..ead461f26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1066,8 +1066,15 @@ else
 fi
 AM_CONDITIONAL(BUILD_TESTS, test "x$enable_tests" = "xyes")
 
+dnl =======================
+dnl section for debug calls
+dnl =======================
+
+DEBUG_CALLS=""
+
 AC_MSG_CHECKING([whether to build addressbook debug calls])
 if test x$enable_addressbook_debug = xyes; then
+	DEBUG_CALLS="$DEBUG_CALLS AddressBook"
 	AC_MSG_RESULT(yes)
 	AC_DEFINE(DEBUG_ADDRBOOK, 1, [Define if you want addressbook debug calls])
 else
@@ -1076,12 +1083,19 @@ fi
 
 AC_MSG_CHECKING([whether to build LDAP debug calls])
 if test x$enable_ldap_debug = xyes; then
+	DEBUG_CALLS="$DEBUG_CALLS LDAP"
 	AC_MSG_RESULT(yes)
 	AC_DEFINE(DEBUG_LDAP, 1, [Define if you want LDAP debug calls])
 else
 	AC_MSG_RESULT(no)
 fi
 
+if test -z "$DEBUG_CALLS"; then
+	DEBUG_CALLS="no"
+else
+	DEBUG_CALLS=`echo $DEBUG_CALLS | sed 's/^\s+|\s+$//;s/\s/, /g'`
+fi
+
 dnl *************************
 dnl ** section for plugins **
 dnl *************************
@@ -2309,6 +2323,7 @@ echo "SVG support        : $enable_svg"
 echo "Config dir         : $ac_cv_with_config_dir"
 echo "Password crypto    : $pwd_crypto"
 echo "Unit tests         : $enable_tests"
+echo "Debug calls        : $DEBUG_CALLS"
 
 echo "Plugins"
 echo "   Built:"

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list