mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
build: remove BIP70 configure option
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.
This commit is contained in:
parent
b33136b6ba
commit
c4ffcf07af
1 changed files with 0 additions and 10 deletions
10
configure.ac
10
configure.ac
|
@ -232,16 +232,6 @@ AC_ARG_ENABLE([zmq],
|
|||
[use_zmq=$enableval],
|
||||
[use_zmq=yes])
|
||||
|
||||
AC_ARG_ENABLE([bip70],
|
||||
[AS_HELP_STRING([--enable-bip70],
|
||||
[BIP70 (payment protocol) support in the GUI (no longer supported)])],
|
||||
[enable_bip70=$enableval],
|
||||
[enable_bip70=no])
|
||||
|
||||
if test x$enable_bip70 != xno; then
|
||||
AC_MSG_ERROR([BIP70 is no longer supported!])
|
||||
fi
|
||||
|
||||
AC_ARG_WITH([libmultiprocess],
|
||||
[AS_HELP_STRING([--with-libmultiprocess=yes|no|auto],
|
||||
[Build with libmultiprocess library. (default: auto, i.e. detect with pkg-config)])],
|
||||
|
|
Loading…
Add table
Reference in a new issue