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
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 2 additions and 0 deletions

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"