mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
build: Show CFLAGS in the configure summary
Don't show just the maintainer flags, but the whole shebang.
This commit is contained in:
parent
d3a7b7502e
commit
23c0dac231
@ -1123,6 +1123,8 @@ AS_CASE([$enable_maintainer_flags],
|
||||
[AC_MSG_ERROR([Invalid option for --enable-maintainer-flags])]
|
||||
)
|
||||
|
||||
# strip leading spaces
|
||||
MAINTAINER_CFLAGS=${MAINTAINER_CFLAGS/# }
|
||||
AC_SUBST(MAINTAINER_CFLAGS)
|
||||
|
||||
dnl === Dependencies, compiler flags and linker libraries =====================
|
||||
@ -1279,7 +1281,7 @@ echo ""
|
||||
echo " • Compiler options:"
|
||||
echo " Clutter debug level: ${enable_debug}"
|
||||
echo " COGL debug level: ${enable_cogl_debug}"
|
||||
echo " Compiler flags: ${MAINTAINER_CFLAGS}"
|
||||
echo " Compiler flags: ${CFLAGS} ${MAINTAINER_CFLAGS}"
|
||||
echo " Profiling enabled: ${enable_profile}"
|
||||
echo " Enable coverage tests: ${enable_gcov}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user