aboutsummaryrefslogtreecommitdiff
path: root/depends/config.site.in
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-08-13 16:03:44 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-08-13 16:04:29 +0200
commit3c5251daeb29902b051502dd20030ce25aeccdf2 (patch)
tree8963b46ce68e9cb78782009ef9fdf0ee05099c55 /depends/config.site.in
parent38590729631c0984abf5c1bb26a0f2d21ccd4916 (diff)
downloadbitcoin-3c5251daeb29902b051502dd20030ce25aeccdf2.tar.xz
test: Remove java comparison tool
Diffstat (limited to 'depends/config.site.in')
-rw-r--r--depends/config.site.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/depends/config.site.in b/depends/config.site.in
index e731537bf7..27e3aedd8e 100644
--- a/depends/config.site.in
+++ b/depends/config.site.in
@@ -19,9 +19,6 @@ fi
if test -z $with_protoc_bindir; then
with_protoc_bindir=$depends_prefix/native/bin
fi
-if test -z $with_comparison_tool; then
- with_comparison_tool=$depends_prefix/native/share/BitcoindComparisonTool_jar/BitcoindComparisonTool.jar
-fi
if test -z $enable_wallet && test -n "@no_wallet@"; then