diff options
author | Rune K. Svendsen <runesvend@gmail.com> | 2014-03-01 15:12:16 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-03-10 10:46:32 +0100 |
commit | 57ae367fe968d71e5230fd7b8a1acca4c7bdaf78 (patch) | |
tree | ff66c343748b599e0d8462bbba74911ddaaf3e15 /doc/build-unix.md | |
parent | 1ff620e9759108725343d8fc412a457e91191e6b (diff) |
Fix typo in doc/build-unix.md regarding building without UPnP
Rebased-From: 947e23d
Diffstat (limited to 'doc/build-unix.md')
-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 |