Skip to content

Commit 8c3cc4c

Browse files
committed
Merge bitcoin/bitcoin#27420: build: remove ancient unused define
9fbc5fc build: remove ancient unused define (Cory Fields) Pull request description: The generic define was removed in [upstream miniupnpc in 2014](miniupnp/miniupnp@f6774e3). Noticed while reviewing hebasto's new CMake buildsystem: hebasto/bitcoin#12 (comment). ACKs for top commit: RandyMcMillan: utACK 9fbc5fc hebasto: ACK 9fbc5fc TheCharlatan: ACK 9fbc5fc Tree-SHA512: 2075a2e63441e32d939c23f30f811c73dd1ab1ddcc9e6bf079cc8060e77d9a2a6d707add7b72e9251939a53b53e28a134e9bb330ccf3556244497728f1b091ae
2 parents 23a899b + 9fbc5fc commit 8c3cc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@ else
17671767
use_upnp=yes
17681768
AC_DEFINE([USE_UPNP], [1], [Define to 1 if UPnP support should be compiled in.])
17691769
if test "$TARGET_OS" = "windows"; then
1770-
MINIUPNPC_CPPFLAGS="$MINIUPNPC_CPPFLAGS -DSTATICLIB -DMINIUPNP_STATICLIB"
1770+
MINIUPNPC_CPPFLAGS="$MINIUPNPC_CPPFLAGS -DMINIUPNP_STATICLIB"
17711771
fi
17721772
else
17731773
AC_MSG_RESULT([no])

0 commit comments

Comments
 (0)