diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-02-23 01:34:13 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-01-07 18:07:09 +0200 |
commit | a8d9f275d0ca64797cc89627f8003b48b3efef63 (patch) | |
tree | 69742a6269aad2f4b51d25410db8135726292e3e /depends/config.site.in | |
parent | 58e8364dcdc4e57b0caac09f8402e6535301de9b (diff) |
net: Add libnatpmp support
Diffstat (limited to 'depends/config.site.in')
-rw-r--r-- | depends/config.site.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/depends/config.site.in b/depends/config.site.in index f4531830c8..bbfbd42460 100644 --- a/depends/config.site.in +++ b/depends/config.site.in @@ -46,6 +46,10 @@ if test -z $with_miniupnpc && test -n "@no_upnp@"; then with_miniupnpc=no fi +if test -z $with_natpmp && test -n "@no_natpmp@"; then + with_natpmp=no +fi + if test -z $with_gui && test -n "@no_qt@"; then with_gui=no fi |