From 45d19a2d90bc2e926974e5668f85c17b37688637 Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Mon, 10 Jun 2019 10:56:10 +0200 Subject: [PATCH] configure: Fix GDB_CFLAGS typo GDB_FLAGS (without C) is the correct name of variable to print in the summary. Signed-off-by: Jan Friesse Reviewed-by: Christine Caulfield --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 82479f94..22b78980 100644 --- a/configure.ac +++ b/configure.ac @@ -746,7 +746,7 @@ AC_MSG_RESULT([$PACKAGE build info:]) AC_MSG_RESULT([ Library SONAME = ${SONAME}]) LIB_MSG_RESULT(m4_shift(local_soname_list))dnl AC_MSG_RESULT([ Default optimization = ${OPT_CFLAGS}]) -AC_MSG_RESULT([ Default debug options = ${GDB_CFLAGS}]) +AC_MSG_RESULT([ Default debug options = ${GDB_FLAGS}]) AC_MSG_RESULT([ Extra compiler warnings = ${EXTRA_WARNING}]) AC_MSG_RESULT([ Env. defined CFLAG = ${ENV_CFLAGS}]) AC_MSG_RESULT([ Env. defined CPPFLAGS = ${ENV_CPPFLAGS}])