commit b47b1c94e28069cf4f46c65713d99d2f0f55bb9c
parent 8a1ae1caf34c3d468dc96cd1c8681d93e265ff10
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Tue, 6 Oct 2020 19:44:38 +0300
configure: fixed typo, fixed detection of memory pagesize
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"],