aboutsummaryrefslogtreecommitdiff
path: root/depends/config.site.in
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-10-12 11:48:17 -0400
committerfanquake <fanquake@gmail.com>2019-10-24 16:01:42 -0400
commit67328bb7ca57fa0df867ec73dbeeb97d61450a4e (patch)
treeade9fe1fab14c992d593978d6a7ea914b2613733 /depends/config.site.in
parent4af04471695297e59fb0c855ab8fe6f6c618f8f2 (diff)
downloadbitcoin-67328bb7ca57fa0df867ec73dbeeb97d61450a4e.tar.xz
build: remove protobuf from depends
Diffstat (limited to 'depends/config.site.in')
-rw-r--r--depends/config.site.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/depends/config.site.in b/depends/config.site.in
index d0d36641c4..dee568bc25 100644
--- a/depends/config.site.in
+++ b/depends/config.site.in
@@ -16,10 +16,6 @@ fi
if test -z $with_qt_bindir && test -z "@no_qt@"; then
with_qt_bindir=$depends_prefix/native/bin
fi
-if test -z $with_protoc_bindir && test -z "@no_qt@"; then
- with_protoc_bindir=$depends_prefix/native/bin
-fi
-
if test -z $enable_wallet && test -n "@no_wallet@"; then
enable_wallet=no
@@ -37,10 +33,6 @@ 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