summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-09 12:11:52 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-04-09 14:32:36 +0200
commit5b5fb8f98938fa6928947f27715cadc247678cc2 (patch)
treea76ccf7055c561a22274cb686e6ca3c6c18c40f8 /configure.ac
parent9d5c5d46698a9fa0542b85d1ccd125e12651676f (diff)
downloadmate-indicator-applet-5b5fb8f98938fa6928947f27715cadc247678cc2.tar.bz2
mate-indicator-applet-5b5fb8f98938fa6928947f27715cadc247678cc2.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