diff options
author | rbuj <[email protected]> | 2020-02-05 12:43:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-06 12:57:00 +0100 |
commit | 8c9d6055f578d183fcf4218419e242d3b77720af (patch) | |
tree | ba782e17b73d9b76b6c2ca1e9f11707de914db59 | |
parent | a804a6ad51f10bce233351efd7f33d5bad480a1d (diff) | |
download | mate-menus-8c9d6055f578d183fcf4218419e242d3b77720af.tar.bz2 mate-menus-8c9d6055f578d183fcf4218419e242d3b77720af.tar.xz |
build: show warning flags on configuration summary
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index baa4985..54e319a 100644 --- a/configure.ac +++ b/configure.ac @@ -101,6 +101,7 @@ echo " source code location: ${srcdir} compiler: ${CC} cflags: ${CFLAGS} + Warning flags: ${WARN_CFLAGS} Maintainer mode: ${USE_MAINTAINER_MODE} Use *_DISABLE_DEPRECATED: ${enable_deprecation_flags} |