Skip to content

Commit 9fbc5fc

Browse files
committed
build: remove ancient unused define
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)
1 parent 49b87bf commit 9fbc5fc

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)