aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorsachinkm77 <sachinkm77>2020-06-03 04:06:36 -0400
committersachinkm77 <sachinkm77>2020-06-03 04:06:36 -0400
commit0fef60c63d6d2f4df8e698936221e2330ef3a244 (patch)
treed75bb628b4ae215e08bee17b9a117201ee143eab /configure.ac
parent657b82cef0e8e8695fc189d013a4353bdbebb041 (diff)
downloadbitcoin-0fef60c63d6d2f4df8e698936221e2330ef3a244.tar.xz
build: improved output of configure for build OS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d8291bf58..f2f053dabc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1752,7 +1752,7 @@ echo " gprof enabled = $enable_gprof"
echo " werror = $enable_werror"
echo
echo " target os = $TARGET_OS"
-echo " build os = $BUILD_OS"
+echo " build os = $build_os"
echo
echo " CC = $CC"
echo " CFLAGS = $CFLAGS"