diff options
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md index b5ad20ed..28b1da33 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -353,11 +353,12 @@ standard locations. Enable support for SSL/TLS using OpenSSL or GnuTLS libraries. See `doc/SSL.txt` for details. -- IPv6: +- IPv6 (autodetected by default): - `--enable-ipv6` + `--enable-ipv6` / `--disable-ipv6` - Adds support for version 6 of the Internet Protocol. + Enable (disable) support for version 6 of the Internet Protocol, which should + be available on most modern UNIX-like operating systems by default. ## Configuration |