diff options
author | rbuj <[email protected]> | 2020-02-05 12:09:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-06 11:55:44 +0100 |
commit | 828a44403c2895ad5f3dcb3112423ef41e3ed302 (patch) | |
tree | 8ea03b8e86b3f6413c1a0edd42dc5f953d24cc39 | |
parent | b42d1a69443352f6db52167452315a6fbb3562f6 (diff) | |
download | mate-session-manager-828a44403c2895ad5f3dcb3112423ef41e3ed302.tar.bz2 mate-session-manager-828a44403c2895ad5f3dcb3112423ef41e3ed302.tar.xz |
build: show warning flags on configure summary
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index cad931d..aa2b853 100644 --- a/configure.ac +++ b/configure.ac @@ -349,6 +349,7 @@ echo " source code location: ${srcdir} compiler: ${CC} cflags: ${CFLAGS} + Warning flags: ${WARN_CFLAGS} Maintainer mode: ${USE_MAINTAINER_MODE} Warn about deprecations: ${enable_deprecations} |