diff options
author | rbuj <[email protected]> | 2019-09-27 12:36:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-01 11:28:59 +0200 |
commit | 23d5fe713a843cae2cc6da77ca64af10bd9a6a75 (patch) | |
tree | c08f11ca55aa44a9c7af1f512f36b490ec436570 | |
parent | 5d782c3f6c11d0a49c595eb5dc547eab867c47a8 (diff) | |
download | mate-utils-23d5fe713a843cae2cc6da77ca64af10bd9a6a75.tar.bz2 mate-utils-23d5fe713a843cae2cc6da77ca64af10bd9a6a75.tar.xz |
Print compiler warning flags in summary
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 64be5fef..8bc94f76 100644 --- a/configure.ac +++ b/configure.ac @@ -397,6 +397,7 @@ echo " mate-utils $VERSION configuration summary: Compiler flags : $CFLAGS + Compiler warning flags : $WARN_CFLAGS Linker flags : $LDFLAGS Maintainer compiler flags : $MAINTAINER_CFLAGS |