Skip to content

Commit 9d92ee1

Browse files
committed
Merge #19257: build: remove BIP70 configure option
c4ffcf0 build: remove BIP70 configure option (fanquake) Pull request description: This was left in after #17165, so that anyone who had been compiling with (already disabled by default) BIP70 would realise that support had been completely removed in 0.20.0. However we should be able to remove it for 0.21.0. ACKs for top commit: jnewbery: utACK c4ffcf0 MarcoFalke: ACK c4ffcf0 with or without the "catch-all reject" Tree-SHA512: a5dd4231ed97c9dd1984fb90d69a8725df2fdda0b963269b0575601c74528e5d820a4a863c428f8ede86eaae2a1606671fe1fcebdeb96b1023f7a5f899270284
2 parents ffa7080 + c4ffcf0 commit 9d92ee1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

configure.ac

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -229,16 +229,6 @@ AC_ARG_ENABLE([zmq],
229229
[use_zmq=$enableval],
230230
[use_zmq=yes])
231231

232-
AC_ARG_ENABLE([bip70],
233-
[AS_HELP_STRING([--enable-bip70],
234-
[BIP70 (payment protocol) support in the GUI (no longer supported)])],
235-
[enable_bip70=$enableval],
236-
[enable_bip70=no])
237-
238-
if test x$enable_bip70 != xno; then
239-
AC_MSG_ERROR([BIP70 is no longer supported!])
240-
fi
241-
242232
AC_ARG_WITH([libmultiprocess],
243233
[AS_HELP_STRING([--with-libmultiprocess=yes|no|auto],
244234
[Build with libmultiprocess library. (default: auto, i.e. detect with pkg-config)])],

0 commit comments

Comments
 (0)