Add Rust and Proton to configure options printout

This commit is contained in:
Jack Grigg
2017-12-15 13:03:33 +00:00
parent 704337b2b8
commit 0100c79405

View File

@@ -908,6 +908,8 @@ esac
echo
echo "Options used to compile and link:"
echo " with wallet = $enable_wallet"
echo " with rust = $enable_rust"
echo " with proton = $use_proton"
echo " with zmq = $use_zmq"
echo " with test = $use_tests"
echo " debug enabled = $enable_debug"