diff options
author | Rune K. Svendsen <runesvend@gmail.com> | 2014-03-01 15:12:16 +0100 |
---|---|---|
committer | Rune K. Svendsen <runesvend@gmail.com> | 2014-03-01 15:12:16 +0100 |
commit | 947e23dae3ce57edad44a548682a99ed149dd311 (patch) | |
tree | 35cbdce1483df2995be402663907bce5f33f78f0 | |
parent | d6e0e171ab2ca23be33b440d7c007d360de29c48 (diff) |
Fix typo in doc/build-unix.md regarding building without UPnP
-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 c11c0138a4..710070cb49 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 |