diff options
author | rbuj <[email protected]> | 2020-02-05 11:23:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-06 02:20:22 +0100 |
commit | affa2f5c98cb9825eb282047b4b55a18b25d9175 (patch) | |
tree | 811c1fdbb6d545203a36895dd4093f57ab607f7e | |
parent | 0e7dd9a23a7ccae9c97e7a83967bec89a83ae0e6 (diff) | |
download | mate-desktop-affa2f5c98cb9825eb282047b4b55a18b25d9175.tar.bz2 mate-desktop-affa2f5c98cb9825eb282047b4b55a18b25d9175.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 3321388..a6d7a45 100644 --- a/configure.ac +++ b/configure.ac @@ -275,6 +275,7 @@ mate-desktop $VERSION source code location: ${srcdir} compiler: ${CC} cflags: ${CFLAGS} + warning flags: ${WARN_CFLAGS} Maintainer mode: ${USE_MAINTAINER_MODE} Use *_DISABLE_DEPRECATED: ${enable_deprecation_flags} |