btrfs-progs: build: capitalize variable names in the summary

The CFLAGS and LDFLAGS should be referred to as they appear in the
makefile.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2021-10-05 17:10:36 +02:00
parent 1d0fa3781e
commit 830422fa7e
1 changed files with 2 additions and 2 deletions

View File

@ -417,8 +417,8 @@ AC_MSG_RESULT([
pkgconfigdir: ${pkgconfigdir}
compiler: ${CC}
cflags: ${CFLAGS}
ldflags: ${LDFLAGS}
CFLAGS: ${CFLAGS}
LDFLAGS: ${LDFLAGS}
programs: ${enable_programs}
shared libraries: ${enable_shared}