diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 |