]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/INSTALL.md: drop reference to removed configure option
authorDaniel Stenberg <daniel@haxx.se>
Fri, 11 Apr 2025 12:18:25 +0000 (14:18 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Apr 2025 13:25:44 +0000 (15:25 +0200)
--disable-pthreads has been removed

Fixes #17023
Reported-by: mschroeder-fzj on github
Closes #17026

docs/INSTALL.md

index 650b7a264b81bd6ecbd9656926070e12fd5ce0bc..f61c0ead3127efea8d9f92e273447c92eb5a6d61 100644 (file)
@@ -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)