aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac1
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 10d4f8ba..c3ff2b5e 100644
--- a/NEWS
+++ b/NEWS
@@ -136,6 +136,9 @@ fetchmail-6.4.25.rc3 (release candidate issued 2021-11-28, 31636 LoC):
* eo: Keith Bowes [Esperanto]
* cs: Petr Pisar [Czech]
+# CREDITS:
+* Thanks to Corey Halpin for testing release candidates.
+
--------------------------------------------------------------------------------
fetchmail-6.4.24 (released 2021-11-20, 30218 LoC):
diff --git a/configure.ac b/configure.ac
index 3cd8d28e..a4897c70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -370,6 +370,7 @@ esac
AC_CHECK_SIZEOF(short)
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(long)
+AC_CHECK_SIZEOF(long long)
### use option --enable-POP2 to compile in the POP2 support
AC_ARG_ENABLE(POP2,