gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 08/12: configure: enable largefile earlier as it may inf


From: gnunet
Subject: [libmicrohttpd] 08/12: configure: enable largefile earlier as it may influence other checks
Date: Sun, 28 Apr 2024 20:55:27 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 92ced7710055f21c6bc46477087a903229eb7e03
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Apr 24 18:21:51 2024 +0200

    configure: enable largefile earlier as it may influence other checks
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4a785bbb..af2fd24f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,6 +161,8 @@ CPPFLAGS_ac=""
 
 MHD_SYS_EXT([CPPFLAGS_ac])
 CPPFLAGS="${CPPFLAGS_ac} ${user_CPPFLAGS}"
+AC_SYS_LARGEFILE
+AC_FUNC_FSEEKO
 LT_INIT([win32-dll])
 LT_LANG([Windows Resource])
 
@@ -3383,8 +3385,6 @@ MHD_CHECK_FUNC([magic_open],
 AM_CONDITIONAL([MHD_HAVE_LIBMAGIC], [[test "x$mhd_cv_have_func_magic_open" = 
"xyes"]])
 
 # large file support (> 4 GB)
-AC_SYS_LARGEFILE
-AC_FUNC_FSEEKO
 MHD_CHECK_FUNC([lseek64],
   [[
 #if defined(HAVE_SYS_TYPES_H)

-- 
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]