aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-09-07 13:09:14 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-09-07 13:33:34 +0300
commit6210a78fedd36b21a7e89eac9b9cb532f49ee6b4 (patch)
treea623be897f5953257407958c666838eb1392bcbb
parentaf4f8885f4f47cbeb3d937b06da445c00c65a218 (diff)
downloadlibmicrohttpd-6210a78fedd36b21a7e89eac9b9cb532f49ee6b4.tar.gz
libmicrohttpd-6210a78fedd36b21a7e89eac9b9cb532f49ee6b4.zip
configure: spelling fixes
-rw-r--r--configure.ac2
-rw-r--r--m4/mhd_shutdown_socket_trigger.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5568002c..5a5b82f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -434,7 +434,7 @@ AM_CONDITIONAL([CYGWIN_TARGET], [[test "x$os_is_windows" = "xyes" && \
434 434
435AS_VAR_IF([os_is_windows], ["yes"], 435AS_VAR_IF([os_is_windows], ["yes"],
436 [ 436 [
437 AC_MSG_CHECKING([[whether target W32 version is specified by precomiler defines]]) 437 AC_MSG_CHECKING([[whether target W32 version is specified by precompiler defines]])
438 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ 438 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
439/* Note: check logic is reversed for easy log reading */ 439/* Note: check logic is reversed for easy log reading */
440#ifdef WINVER 440#ifdef WINVER
diff --git a/m4/mhd_shutdown_socket_trigger.m4 b/m4/mhd_shutdown_socket_trigger.m4
index 1abe3b09..03a1df02 100644
--- a/m4/mhd_shutdown_socket_trigger.m4
+++ b/m4/mhd_shutdown_socket_trigger.m4
@@ -29,7 +29,7 @@ AC_DEFUN([MHD_CHECK_SOCKET_SHUTDOWN_TRIGGER],[dnl
29 AC_CHECK_HEADERS([time.h],[AC_CHECK_FUNCS([nanosleep])],[], [AC_INCLUDES_DEFAULT]) 29 AC_CHECK_HEADERS([time.h],[AC_CHECK_FUNCS([nanosleep])],[], [AC_INCLUDES_DEFAULT])
30 AC_CHECK_HEADERS([unistd.h],[AC_CHECK_FUNCS([usleep])],[], [AC_INCLUDES_DEFAULT]) 30 AC_CHECK_HEADERS([unistd.h],[AC_CHECK_FUNCS([usleep])],[], [AC_INCLUDES_DEFAULT])
31 AC_CHECK_HEADERS([string.h sys/types.h sys/socket.h netinet/in.h time.h sys/select.h netinet/tcp.h],[],[], [AC_INCLUDES_DEFAULT]) 31 AC_CHECK_HEADERS([string.h sys/types.h sys/socket.h netinet/in.h time.h sys/select.h netinet/tcp.h],[],[], [AC_INCLUDES_DEFAULT])
32 AC_CACHE_CHECK([[whether shutdown of listen socket trigger select()]], 32 AC_CACHE_CHECK([[whether shutdown of listen socket triggers select()]],
33 [[mhd_cv_host_shtdwn_trgr_select]], [dnl 33 [[mhd_cv_host_shtdwn_trgr_select]], [dnl
34 _MHD_OS_KNOWN_SOCKET_SHUTDOWN_TRIGGER([[mhd_cv_host_shtdwn_trgr_select]]) 34 _MHD_OS_KNOWN_SOCKET_SHUTDOWN_TRIGGER([[mhd_cv_host_shtdwn_trgr_select]])
35 AS_VAR_IF([mhd_cv_host_shtdwn_trgr_select], [["maybe"]], 35 AS_VAR_IF([mhd_cv_host_shtdwn_trgr_select], [["maybe"]],