Merge pull request #3773

947e23d Fix typo in doc/build-unix.md regarding building without UPnP (Rune K. Svendsen)
This commit is contained in:
Wladimir J. van der Laan 2014-03-10 09:34:03 +01:00
commit 0ad72bf1a0
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -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