summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-09 12:11:52 +0200
committerraveit65 <[email protected]>2020-04-09 19:20:08 +0200
commit6a78389888398f3aa2fe4e471cbf8c9551cbb1f2 (patch)
tree4247c7426e70f73c722cf64098a7027e1dd92aa6 /configure.ac
parent708c43b67c2066ec54e296ae4b5ad5548efeac17 (diff)
downloadmate-indicator-applet-6a78389888398f3aa2fe4e471cbf8c9551cbb1f2.tar.bz2
mate-indicator-applet-6a78389888398f3aa2fe4e471cbf8c9551cbb1f2.tar.xz
use MATE_COMPILE_WARNINGS from mate-common
default WARN_CFLAGS level is [yes]
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index dbb7c19..938ed96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,8 @@ AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+MATE_COMPILE_WARNINGS
+
###########################
# Dependencies
###########################
@@ -308,6 +310,7 @@ AC_MSG_NOTICE([
Indicator Applet Configuration:
Prefix: $prefix
+ Warning cflags: ${WARN_CFLAGS}
Indicator implementation: $indicator_implementation
Indicator NG support: $have_indicator_ng
Indicator Directory: $INDICATORDIR