aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-09-01 10:50:55 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-09-01 10:50:55 +0300
commit6942c69240fb899694c50f74c296a80f461bfc84 (patch)
treea6cb758a7dc402bd69568ec5125aeb1b4fdfae27
parent2ec7a17a592333273d306423cbffce7397a2b9d5 (diff)
downloadlibmicrohttpd-6942c69240fb899694c50f74c296a80f461bfc84.tar.gz
libmicrohttpd-6942c69240fb899694c50f74c296a80f461bfc84.zip
configure: removed check for unused locale.h header
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2d5f99c3..a470acf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1050,7 +1050,7 @@ fd = epoll_create1(EPOLL_CLOEXEC);]])],
1050 AC_DEFINE([[HAVE_EPOLL_CREATE1]], [[1]], [Define if you have epoll_create1 function.])])) 1050 AC_DEFINE([[HAVE_EPOLL_CREATE1]], [[1]], [Define if you have epoll_create1 function.])]))
1051 1051
1052# Check for headers that are ALWAYS required 1052# Check for headers that are ALWAYS required
1053AC_CHECK_HEADERS_ONCE([fcntl.h errno.h limits.h stdio.h locale.h sys/stat.h sys/types.h], [], 1053AC_CHECK_HEADERS_ONCE([fcntl.h errno.h limits.h stdio.h sys/stat.h sys/types.h], [],
1054 [AC_MSG_ERROR([Compiling libmicrohttpd requires standard UNIX headers files])], [AC_INCLUDES_DEFAULT]) 1054 [AC_MSG_ERROR([Compiling libmicrohttpd requires standard UNIX headers files])], [AC_INCLUDES_DEFAULT])
1055 1055
1056# Check for optional headers 1056# Check for optional headers