diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-02-24 12:22:42 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-02-24 12:28:35 +0200 |
commit | 8b08d0f2a5161296d809a154ccde403a33a0f3ea (patch) | |
tree | c077ab0fa767ffe0af7880b0eed97918be637f46 /configure.ac | |
parent | b59f2787e53318caad6d3292de2cc6e17995d277 (diff) |
build, doc: Fix configure script output indentation and typos
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d99f5dd8ae..14fda493d8 100644 --- a/configure.ac +++ b/configure.ac @@ -863,7 +863,7 @@ if test x$use_hardening != xno; then dnl -fcf-protection used with Clang 7 causes ld to emit warnings: dnl ld: error: ... <corrupt x86 feature size: 0x8> - dnl Use CHECK_LINK_FLAG & --fatal-warnings to ensure we wont use the flag in this case. + dnl Use CHECK_LINK_FLAG & --fatal-warnings to ensure we won't use the flag in this case. AX_CHECK_LINK_FLAG([-fcf-protection=full],[HARDENED_CXXFLAGS="$HARDENED_CXXFLAGS -fcf-protection=full"],, [[$LDFLAG_WERROR]]) dnl stack-clash-protection does not work properly when building for Windows. @@ -1902,9 +1902,9 @@ if test "x$enable_wallet" != "xno"; then echo " with sqlite = $use_sqlite" echo " with bdb = $use_bdb" fi -echo " with gui / qt = $bitcoin_enable_qt" +echo " with gui / qt = $bitcoin_enable_qt" if test x$bitcoin_enable_qt != xno; then - echo " with qr = $use_qr" + echo " with qr = $use_qr" fi echo " with zmq = $use_zmq" if test x$enable_fuzz == xno; then |