gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/03: configure: fixed typo, fixed detection of memory


From: gnunet
Subject: [libmicrohttpd] 02/03: configure: fixed typo, fixed detection of memory pagesize
Date: Wed, 07 Oct 2020 10:31:18 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit b47b1c94e28069cf4f46c65713d99d2f0f55bb9c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Oct 6 19:44:38 2020 +0300

    configure: fixed typo, fixed detection of memory pagesize
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ca62015a..7db4df29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1415,7 +1415,7 @@ have_inet6=no
 ])
 AC_MSG_RESULT($have_inet6)
 
-MHD_CHECK_FUNC([[sysconf]], [[#include <unitstd.h>]], [[long a = sysconf(0); 
if (a) return 1;]])
+MHD_CHECK_FUNC([[sysconf]], [[#include <unistd.h>]], [[long a = sysconf(0); if 
(a) return 1;]])
 
 HIDDEN_VISIBILITY_CFLAGS=""
 AS_CASE(["$host"],

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