From: Daniel Stenberg Date: Fri, 11 Apr 2025 12:18:25 +0000 (+0200) Subject: docs/INSTALL.md: drop reference to removed configure option X-Git-Tag: curl-8_14_0~318 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1413b4a270f217f20e5ef849760893251bc5d3d;p=thirdparty%2Fcurl.git docs/INSTALL.md: drop reference to removed configure option --disable-pthreads has been removed Fixes #17023 Reported-by: mschroeder-fzj on github Closes #17026 --- diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 650b7a264b..f61c0ead31 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -594,7 +594,6 @@ disabling support for some features (run `./configure --help` to see them all): - `--disable-netrc` (.netrc file) - `--disable-progress-meter` (graphical progress meter in library) - `--disable-proxy` (HTTP and SOCKS proxies) - - `--disable-pthreads` (multi-threading) - `--disable-socketpair` (socketpair for asynchronous name resolving) - `--disable-threaded-resolver` (threaded name resolver) - `--disable-tls-srp` (Secure Remote Password authentication for TLS)