diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-03-10 09:34:03 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-03-10 09:34:08 +0100 |
| commit | 0ad72bf1a03412926593708c3af4a8bf454fe94e (patch) | |
| tree | 10533415c4a727bba6d817bd27e1d15ce95defbb | |
| parent | Merge pull request #3817 (diff) | |
| parent | Fix typo in doc/build-unix.md regarding building without UPnP (diff) | |
| download | discoin-0ad72bf1a03412926593708c3af4a8bf454fe94e.tar.xz discoin-0ad72bf1a03412926593708c3af4a8bf454fe94e.zip | |
Merge pull request #3773
947e23d Fix typo in doc/build-unix.md regarding building without UPnP (Rune K. Svendsen)
| -rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index c11c0138a..710070cb4 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -28,7 +28,7 @@ Dependencies http://miniupnp.tuxfamily.org/files/). UPnP support is compiled in and turned off by default. See the configure options for upnp behavior desired: - --with-miniupnpc No UPnP support miniupnp not required + --without-miniupnpc No UPnP support miniupnp not required --disable-upnp-default (the default) UPnP support turned off by default at runtime --enable-upnp-default UPnP support turned on by default at runtime |