Apparently, bitcoin/bitcoin#24391 broke the ability of the configure script to pick up Homebrew's miniupnpc and libnatpmp packages on macOS Apple M1.
This PR fixes it.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
Tested ACK 165903406ecac363fc5101c2aa142aff75f76e8f
On b1c5991eebb916755be188f355ad36fe01a3f529
./autogen.sh && ./configure
with upnp = no
with natpmp = no
On 165903406ecac363fc5101c2aa142aff75f76e8f
./autogen.sh && ./configure
with upnp = yes
with natpmp = yes
Changes look sane to me, cannot test.
tACK 165903406ecac363fc5101c2aa142aff75f76e8f
This fixes the issue for me. Code changes look good to me.
master
with upnp = no
with natpmp = no
pr
with upnp = yes
with natpmp = yes