diff --git a/configure.ac b/configure.ac index 27c000c2c..b44b486a3 100644 --- a/configure.ac +++ b/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"