diff options
author | rbuj <[email protected]> | 2020-02-05 12:03:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-06 11:44:52 +0100 |
commit | 7eda3fc106921fb3866da9f2e44d6fb6ff2b9de9 (patch) | |
tree | bf191c7c77de252c1b1c513c4114ec9aad8b0815 | |
parent | 414bab5c3e8ab63e5fd416c1b37dd531c2bfaa8d (diff) | |
download | mate-polkit-7eda3fc106921fb3866da9f2e44d6fb6ff2b9de9.tar.bz2 mate-polkit-7eda3fc106921fb3866da9f2e44d6fb6ff2b9de9.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 09a41a0..792be52 100644 --- a/configure.ac +++ b/configure.ac @@ -178,6 +178,7 @@ echo " compiler: ${CC} cflags: ${CFLAGS} cppflags: ${CPPFLAGS} + Warning flags: ${WARN_CFLAGS} Accountsservice: ${enable_accountsservice} Application indicator: ${enable_appindicator} |