diff options
| author | sachinkm77 <sachinkm77> | 2020-06-03 04:06:36 -0400 |
|---|---|---|
| committer | sachinkm77 <sachinkm77> | 2020-06-03 04:06:36 -0400 |
| commit | 0fef60c63d6d2f4df8e698936221e2330ef3a244 (patch) | |
| tree | d75bb628b4ae215e08bee17b9a117201ee143eab | |
| parent | Merge #19084: net: improve code documentation for dns seed behaviour (diff) | |
| download | discoin-0fef60c63d6d2f4df8e698936221e2330ef3a244.tar.xz discoin-0fef60c63d6d2f4df8e698936221e2330ef3a244.zip | |
build: improved output of configure for build OS
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3d8291bf5..f2f053dab 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" |