aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRune K. Svendsen <[email protected]>2014-03-01 15:12:16 +0100
committerRune K. Svendsen <[email protected]>2014-03-01 15:12:16 +0100
commit947e23dae3ce57edad44a548682a99ed149dd311 (patch)
tree35cbdce1483df2995be402663907bce5f33f78f0 /doc
parentMerge pull request #3692 (diff)
downloaddiscoin-947e23dae3ce57edad44a548682a99ed149dd311.tar.xz
discoin-947e23dae3ce57edad44a548682a99ed149dd311.zip
Fix typo in doc/build-unix.md regarding building without UPnP
Diffstat (limited to 'doc')
-rw-r--r--doc/build-unix.md2
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