Disable comparison utility

Closes #592
This commit is contained in:
Jack Grigg 2016-03-25 16:44:33 +13:00
parent 4bc2a390c6
commit f53f490b91
1 changed files with 4 additions and 3 deletions

View File

@ -17,9 +17,10 @@ fi
if test -z $with_protoc_bindir; then
with_protoc_bindir=$prefix/native/bin
fi
if test -z $with_comparison_tool; then
with_comparison_tool=$prefix/native/share/BitcoindComparisonTool_jar/BitcoindComparisonTool.jar
fi
# Disable comparison utility (#592)
#if test -z $with_comparison_tool; then
# with_comparison_tool=$prefix/native/share/BitcoindComparisonTool_jar/BitcoindComparisonTool.jar
#fi
if test -z $enable_wallet && test -n "@no_wallet@"; then