libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 6d7b7d00a35c6bda504a1fc9ad4b41a45999d014
parent d880367c4ece0c28eb50905092d94fee909558b9
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 27 Dec 2020 17:05:34 +0300

configure: minor fixes

Diffstat:
Mconfigure.ac | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -640,7 +640,7 @@ AM_CONDITIONAL([DISABLE_THREADS], [test "x$USE_THREADS" = "xnone"]) AC_MSG_RESULT([$USE_THREADS]) AC_ARG_ENABLE([[thread-names]], - [AS_HELP_STRING([--disable-thread-names [auto] ],[do not set names on MHD generated threads])], + [AS_HELP_STRING([--disable-thread-names],[do not set names on MHD generated threads [auto]])], [], [enable_thread_names='auto']) AS_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, ] ) AS_IF([[test "x$found_sendfile" = "xno" && test "x$enable_sendfile" = "xyes"]], - AC_MSG_ERROR([[sendfile() usage was requested by configure parameter, but no usable sendfile() function is detected]]) + [AC_MSG_ERROR([[sendfile() usage was requested by configure parameter, but no usable sendfile() function is detected]])] ) # optional: have error messages ?