Browse Source

Add Rust and Proton to configure options printout

pull/4/head
Jack Grigg 7 years ago
parent
commit
0100c79405
No known key found for this signature in database GPG Key ID: 665DBCD284F7DAFF
  1. 2
      configure.ac

2
configure.ac

@ -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"

Loading…
Cancel
Save