commit 6942c69240fb899694c50f74c296a80f461bfc84
parent 2ec7a17a592333273d306423cbffce7397a2b9d5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 1 Sep 2021 10:50:55 +0300
configure: removed check for unused locale.h header
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -1050,7 +1050,7 @@ fd = epoll_create1(EPOLL_CLOEXEC);]])],
AC_DEFINE([[HAVE_EPOLL_CREATE1]], [[1]], [Define if you have epoll_create1 function.])]))
# Check for headers that are ALWAYS required
-AC_CHECK_HEADERS_ONCE([fcntl.h errno.h limits.h stdio.h locale.h sys/stat.h sys/types.h], [],
+AC_CHECK_HEADERS_ONCE([fcntl.h errno.h limits.h stdio.h sys/stat.h sys/types.h], [],
[AC_MSG_ERROR([Compiling libmicrohttpd requires standard UNIX headers files])], [AC_INCLUDES_DEFAULT])
# Check for optional headers