Skip to content

Commit 768f07c

Browse files
fanquakePastaPastaPasta
authored andcommitted
Merge 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#12 (comment). ACKs for top commit: RandyMcMillan: utACK 9fbc5fc hebasto: ACK 9fbc5fc TheCharlatan: ACK 9fbc5fc Tree-SHA512: 2075a2e63441e32d939c23f30f811c73dd1ab1ddcc9e6bf079cc8060e77d9a2a6d707add7b72e9251939a53b53e28a134e9bb330ccf3556244497728f1b091ae
1 parent 84ce049 commit 768f07c

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
@@ -1694,7 +1694,7 @@ else
16941694
use_upnp=yes
16951695
AC_DEFINE([USE_UPNP], [1], [Define to 1 if UPnP support should be compiled in.])
16961696
if test "$TARGET_OS" = "windows"; then
1697-
MINIUPNPC_CPPFLAGS="$MINIUPNPC_CPPFLAGS -DSTATICLIB -DMINIUPNP_STATICLIB"
1697+
MINIUPNPC_CPPFLAGS="$MINIUPNPC_CPPFLAGS -DMINIUPNP_STATICLIB"
16981698
fi
16991699
else
17001700
AC_MSG_RESULT([no])

0 commit comments

Comments
 (0)