aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-12-27 18:23:07 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-12-27 18:23:07 +0300
commit0592f4e2c0f3b2b117106ded98dae048f8ea056a (patch)
tree4062fdcea6d52433ee880d93e3ab4018a9f83461 /configure.ac
parent72e1143ce7b263012c2d8ef8b5e0fbb361b1d574 (diff)
downloadlibmicrohttpd-0592f4e2c0f3b2b117106ded98dae048f8ea056a.tar.gz
libmicrohttpd-0592f4e2c0f3b2b117106ded98dae048f8ea056a.zip
Fixed configure --without-threads
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ac5afe0a..87ca4474 100644
--- a/configure.ac
+++ b/configure.ac
@@ -551,6 +551,7 @@ AS_CASE([[$with_threads]],
551 [[posix]], [[:]], 551 [[posix]], [[:]],
552 [[w32]], [[:]], 552 [[w32]], [[:]],
553 [[none]], [[with_threads='none']], 553 [[none]], [[with_threads='none']],
554 [[no]], [[with_threads='none']],
554 [[auto]], [[:]], 555 [[auto]], [[:]],
555 [AC_MSG_ERROR([[incorrect parameter "$with_threads" specified for --with-threads]])] 556 [AC_MSG_ERROR([[incorrect parameter "$with_threads" specified for --with-threads]])]
556) 557)