aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-12-27 17:05:34 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-12-27 17:05:34 +0300
commit6d7b7d00a35c6bda504a1fc9ad4b41a45999d014 (patch)
treeed3999a14bbc63270fbdf87cb9f88153573e2208
parentd880367c4ece0c28eb50905092d94fee909558b9 (diff)
downloadlibmicrohttpd-6d7b7d00a35c6bda504a1fc9ad4b41a45999d014.tar.gz
libmicrohttpd-6d7b7d00a35c6bda504a1fc9ad4b41a45999d014.zip
configure: minor fixes
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 61b903d7..ac5afe0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -640,7 +640,7 @@ AM_CONDITIONAL([DISABLE_THREADS], [test "x$USE_THREADS" = "xnone"])
640AC_MSG_RESULT([$USE_THREADS]) 640AC_MSG_RESULT([$USE_THREADS])
641 641
642AC_ARG_ENABLE([[thread-names]], 642AC_ARG_ENABLE([[thread-names]],
643 [AS_HELP_STRING([--disable-thread-names [auto] ],[do not set names on MHD generated threads])], 643 [AS_HELP_STRING([--disable-thread-names],[do not set names on MHD generated threads [auto]])],
644 [], [enable_thread_names='auto']) 644 [], [enable_thread_names='auto'])
645 645
646AS_IF([test "x$enable_thread_names" != "xno" && test "x$USE_THREADS" = "xposix"],[ 646AS_IF([test "x$enable_thread_names" != "xno" && test "x$USE_THREADS" = "xposix"],[
@@ -1691,7 +1691,7 @@ ssize_t sendfile(int out_fd, int in_fd,
1691 ] 1691 ]
1692) 1692)
1693AS_IF([[test "x$found_sendfile" = "xno" && test "x$enable_sendfile" = "xyes"]], 1693AS_IF([[test "x$found_sendfile" = "xno" && test "x$enable_sendfile" = "xyes"]],
1694 AC_MSG_ERROR([[sendfile() usage was requested by configure parameter, but no usable sendfile() function is detected]]) 1694 [AC_MSG_ERROR([[sendfile() usage was requested by configure parameter, but no usable sendfile() function is detected]])]
1695) 1695)
1696 1696
1697# optional: have error messages ? 1697# optional: have error messages ?