mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-10-04 12:59:31 +00:00
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 <jfriesse@redhat.com> Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>
This commit is contained in:
parent
8ced7e545d
commit
45d19a2d90
@ -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}])
|
||||
|
Loading…
Reference in New Issue
Block a user