diff --git a/depends/config.site.in b/depends/config.site.in index 873f66018..48c062eb9 100644 --- a/depends/config.site.in +++ b/depends/config.site.in @@ -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