docs/INSTALL.md: drop reference to removed configure option

--disable-pthreads has been removed

Fixes #17023
Reported-by: mschroeder-fzj on github
Closes #17026
This commit is contained in:
Daniel Stenberg 2025-04-11 14:18:25 +02:00
parent 960984263f
commit a1413b4a27
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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)