gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 09/12: configure: enable 64 bit time_t by default if pos


From: gnunet
Subject: [libmicrohttpd] 09/12: configure: enable 64 bit time_t by default if possible
Date: Sun, 28 Apr 2024 20:55:28 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 76357d11b8a3f23e1537955ab9531824fa17771d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Apr 24 18:24:30 2024 +0200

    configure: enable 64 bit time_t by default if possible
---
 configure.ac | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/configure.ac b/configure.ac
index af2fd24f..cc21e74a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,7 +161,14 @@ CPPFLAGS_ac=""
 
 MHD_SYS_EXT([CPPFLAGS_ac])
 CPPFLAGS="${CPPFLAGS_ac} ${user_CPPFLAGS}"
+m4_version_prereq([2.72],
+  [
+AC_SYS_YEAR2038
+  ],
+  [
 AC_SYS_LARGEFILE
+  ]
+)
 AC_FUNC_FSEEKO
 LT_INIT([win32-dll])
 LT_LANG([Windows Resource])

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]