aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-07 19:11:59 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-07 19:11:59 +0100
commit6bb3796f50f31bf6381c0ff0f082503597b1640f (patch)
tree7084059ac1ba9a399cedd3fc6c7a90e3fe5ce0b0 /doc
parentbe32c05e0e2a6692e2682d2a2e04a350f15d43c5 (diff)
downloadlibmicrohttpd-6bb3796f50f31bf6381c0ff0f082503597b1640f.tar.gz
libmicrohttpd-6bb3796f50f31bf6381c0ff0f082503597b1640f.zip
fix FTBFS
Diffstat (limited to 'doc')
-rw-r--r--doc/libmicrohttpd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 0776dace..851f23cc 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -277,7 +277,7 @@ do not include epoll support, even if it supported (minimally smaller binary siz
277@item ``--enable-coverage'' 277@item ``--enable-coverage''
278set flags for analysis of code-coverage with gcc/gcov (results in slow, large binaries) 278set flags for analysis of code-coverage with gcc/gcov (results in slow, large binaries)
279 279
280@item ``--with-threads={posix,w32,none,auto}'' 280@item ``--with-threads=posix,w32,none,auto''
281sets threading library to use. With use ``none'' to not support threads. In this case, MHD will only support the ``external'' threading modes and not perform any locking of data structures! Use @code{MHD_is_feature_supported(MHD_FEATURE_THREADS)} to test if threads are available. Default is ``auto''. 281sets threading library to use. With use ``none'' to not support threads. In this case, MHD will only support the ``external'' threading modes and not perform any locking of data structures! Use @code{MHD_is_feature_supported(MHD_FEATURE_THREADS)} to test if threads are available. Default is ``auto''.
282 282
283@item ``--with-gcrypt=PATH'' 283@item ``--with-gcrypt=PATH''