Skip to content

Commit 0eabb2a

Browse files
committed
build: Remove unused header from the build system
1 parent c46f1ce commit 0eabb2a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build_msvc/bitcoin_config.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@
181181
/* Define to 1 if you have the <miniupnpc/miniupnpc.h> header file. */
182182
#define HAVE_MINIUPNPC_MINIUPNPC_H 1
183183

184-
/* Define to 1 if you have the <miniupnpc/miniwget.h> header file. */
185-
#define HAVE_MINIUPNPC_MINIWGET_H 1
186-
187184
/* Define to 1 if you have the <miniupnpc/upnpcommands.h> header file. */
188185
#define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
189186

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ fi
13461346
dnl Check for libminiupnpc (optional)
13471347
if test x$use_upnp != xno; then
13481348
AC_CHECK_HEADERS(
1349-
[miniupnpc/miniwget.h miniupnpc/miniupnpc.h miniupnpc/upnpcommands.h miniupnpc/upnperrors.h],
1349+
[miniupnpc/miniupnpc.h miniupnpc/upnpcommands.h miniupnpc/upnperrors.h],
13501350
[AC_CHECK_LIB([miniupnpc], [upnpDiscover], [MINIUPNPC_LIBS=-lminiupnpc], [have_miniupnpc=no])],
13511351
[have_miniupnpc=no]
13521352
)

0 commit comments

Comments
 (0)