mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-22 22:23:32 +00:00
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:
parent
1d0fa3781e
commit
830422fa7e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user