net: Add libnatpmp support

This commit is contained in:
Hennadii Stepanov
2020-02-23 01:34:13 +02:00
parent 58e8364dcd
commit a8d9f275d0
14 changed files with 195 additions and 13 deletions

View File

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