From 0100c79405d29239f0495c94fce921b9978bdddb Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 15 Dec 2017 13:03:33 +0000 Subject: [PATCH] Add Rust and Proton to configure options printout --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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"