aboutsummaryrefslogtreecommitdiff
path: root/depends/config.site.in
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-09-14 11:03:56 +0800
committerfanquake <fanquake@gmail.com>2019-09-14 12:58:59 +0800
commit107e030723552cf272dc8da01bb682032a457a3d (patch)
tree836921f04c518dd9f78bb825f27c05b3bc56fe5f /depends/config.site.in
parentff6122f32b21fa00e9308e098b33b9657debc1d7 (diff)
downloadbitcoin-107e030723552cf272dc8da01bb682032a457a3d.tar.xz
build: make protobuf optional in depends
Those that want to build it can now pass PROTOBUF=1.
Diffstat (limited to 'depends/config.site.in')
-rw-r--r--depends/config.site.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/depends/config.site.in b/depends/config.site.in
index e633752066..d0d36641c4 100644
--- a/depends/config.site.in
+++ b/depends/config.site.in
@@ -37,6 +37,10 @@ if test -z $enable_zmq && test -n "@no_zmq@"; then
enable_zmq=no
fi
+if test -n $enable_bip70 && test -n "@enable_bip70@"; then
+ enable_bip70=yes
+fi
+
if test x@host_os@ = xdarwin; then
BREW=no
PORT=no