From dd8de7c83e4e7ad225429a6e07248877780ba7d6 Mon Sep 17 00:00:00 2001 From: sinetek Date: Fri, 18 Dec 2020 02:53:31 +0100 Subject: [PATCH] configure: fix build os variable --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6dd5908fadae..939ac8afb3c4 100644 --- a/configure.ac +++ b/configure.ac @@ -1705,7 +1705,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"