Skip to content

Commit

Permalink
build: remove ancient unused define
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
theuni authored and marcosptf committed Apr 9, 2023
1 parent 56070e9 commit d936fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,7 @@ else
use_upnp=yes
AC_DEFINE([USE_UPNP], [1], [Define to 1 if UPnP support should be compiled in.])
if test "$TARGET_OS" = "windows"; then
MINIUPNPC_CPPFLAGS="$MINIUPNPC_CPPFLAGS -DSTATICLIB -DMINIUPNP_STATICLIB"
MINIUPNPC_CPPFLAGS="$MINIUPNPC_CPPFLAGS -DMINIUPNP_STATICLIB"
fi
else
AC_MSG_RESULT([no])
Expand Down

0 comments on commit d936fe9

Please sign in to comment.