Skip to content

Commit 18098c3

Browse files
kwvgPastaPastaPasta
authored andcommitted
merge bitcoin#21505: Remove unused header from the build system
1 parent 771dcfb commit 18098c3

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
@@ -1370,7 +1370,7 @@ fi
13701370
dnl Check for libminiupnpc (optional)
13711371
if test x$use_upnp != xno; then
13721372
AC_CHECK_HEADERS(
1373-
[miniupnpc/miniwget.h miniupnpc/miniupnpc.h miniupnpc/upnpcommands.h miniupnpc/upnperrors.h],
1373+
[miniupnpc/miniupnpc.h miniupnpc/upnpcommands.h miniupnpc/upnperrors.h],
13741374
[AC_CHECK_LIB([miniupnpc], [upnpDiscover], [MINIUPNPC_LIBS=-lminiupnpc], [have_miniupnpc=no])],
13751375
[have_miniupnpc=no]
13761376
)

0 commit comments

Comments
 (0)