build: use enough padding to match with labels in options printout

This commit is contained in:
Kittywhiskers Van Gogh 2024-06-25 13:22:12 +00:00
parent e22f4216cb
commit abdf4d7b9f
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -1947,9 +1947,9 @@ esac
echo echo
echo "Options used to compile and link:" echo "Options used to compile and link:"
echo " boost process = $with_boost_process" echo " boost process = $with_boost_process"
echo " multiprocess = $build_multiprocess" echo " multiprocess = $build_multiprocess"
echo " with libs = $build_bitcoin_libs" echo " with libs = $build_bitcoin_libs"
echo " with wallet = $enable_wallet" echo " with wallet = $enable_wallet"
echo " with gui / qt = $bitcoin_enable_qt" echo " with gui / qt = $bitcoin_enable_qt"
if test "x$enable_wallet" != "xno"; then if test "x$enable_wallet" != "xno"; then