[Commits] [SCM] claws branch, master, updated. 3.17.4-17-g5d413b1a5
mones at claws-mail.org
mones at claws-mail.org
Fri Sep 6 12:19:13 CET 2019
The branch, master has been updated
via 5d413b1a5baaccb3b2e12ed326aad36d0a3bef61 (commit)
via e1747c214b3e4b0549c2b0f28c70cddcdb54ad27 (commit)
from b6a157f746a0d8a4e23127d7e048f600d1009a01 (commit)
Summary of changes:
AUTHORS | 1 +
m4/spamassassin.m4 | 5 ++++-
src/gtk/authors.h | 1 +
3 files changed, 6 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 5d413b1a5baaccb3b2e12ed326aad36d0a3bef61
Author: Ricardo Mones <ricardo at mones.org>
Date: Fri Sep 6 14:18:58 2019 +0200
Update authors lists
diff --git a/AUTHORS b/AUTHORS
index 5c5d9f564..e31ea46f1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -326,3 +326,4 @@ contributors (in addition to the above; based on Changelog)
Eric S. Raymond
Avinash Sonawane
Alex Smith
+ Florian Weimer
diff --git a/src/gtk/authors.h b/src/gtk/authors.h
index 57650073c..2ad414945 100644
--- a/src/gtk/authors.h
+++ b/src/gtk/authors.h
@@ -314,6 +314,7 @@ static char *CONTRIBS_LIST[] = {
"Jonathan Ware",
"Watanabe",
"Rafal Weglarz",
+"Florian Weimer",
"Martin Wicke",
"Bob Woodside",
"YAMAGUCHI",
commit e1747c214b3e4b0549c2b0f28c70cddcdb54ad27
Author: Ricardo Mones <ricardo at mones.org>
Date: Fri Sep 6 14:18:19 2019 +0200
Fix bug 4248 “Suport C99 compilers in m4/spamassassin.m4”
Thanks Florian Weimer for the patch.
diff --git a/m4/spamassassin.m4 b/m4/spamassassin.m4
index 45882f39e..c70228ca6 100644
--- a/m4/spamassassin.m4
+++ b/m4/spamassassin.m4
@@ -13,6 +13,7 @@ AC_CHECK_HEADERS(time.h sysexits.h sys/socket.h netdb.h netinet/in.h)
AC_CACHE_CHECK([for SHUT_RD],
spamassassin_cv_has_shutrd, [
AC_TRY_COMPILE([#include <sys/types.h>
+#include <stdio.h>
#include <sys/socket.h>],
[printf ("%d", SHUT_RD); return 0;],
[spamassassin_cv_has_shutrd=yes],
@@ -30,7 +31,9 @@ dnl ----------------------------------------------------------------------
AC_CACHE_CHECK([for h_errno],
spamassassin_cv_has_herrno, [
- AC_TRY_COMPILE([#include <netdb.h>],
+ AC_TRY_COMPILE([#include <netdb.h>
+#include <stdio.h>
+],
[printf ("%d", h_errno); return 0;],
[spamassassin_cv_has_herrno=yes],
[spamassassin_cv_has_herrno=no]),
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list