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 | 657b82cef0e8e8695fc189d013a4353bdbebb041 (diff) |
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 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" |