From 67328bb7ca57fa0df867ec73dbeeb97d61450a4e Mon Sep 17 00:00:00 2001 From: fanquake Date: Sat, 12 Oct 2019 11:48:17 -0400 Subject: build: remove protobuf from depends --- depends/config.site.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'depends/config.site.in') 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 -- cgit v1.2.3