From b0edf35ab0383dcd5a3d67f393174ecedf731f8e Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Mon, 8 Nov 2021 09:07:12 -0500 Subject: [PATCH] trivial: fix spacing issues in configure.ac --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 34d3bc854..a5230a2f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1186,7 +1186,7 @@ case ${OS} in ;; esac -echo +echo echo "Options used to compile and link:" echo " with wallet = $enable_wallet" echo " with gui / qt = $bitcoin_enable_qt" @@ -1200,7 +1200,7 @@ echo " with bench = $use_bench" echo " with upnp = $use_upnp" echo " debug enabled = $enable_debug" echo " werror = $enable_werror" -echo +echo echo " target os = $TARGET_OS" echo " build os = $BUILD_OS" echo @@ -1210,4 +1210,4 @@ echo " CPPFLAGS = $CPPFLAGS" echo " CXX = $CXX" echo " CXXFLAGS = $CXXFLAGS" echo " LDFLAGS = $LDFLAGS" -echo +echo