summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-04-10 14:53:36 +0200
committerrbuj <[email protected]>2020-04-10 14:53:36 +0200
commit02cd7575cb6af60dfc968dd31fc54eb011a3931e (patch)
treeb10506649c12c9887c11814358dd2f0de89aca0f /configure.ac
parentb993f97569c1d409ec8570770792f5f2bb06e41d (diff)
downloadmate-menus-02cd7575cb6af60dfc968dd31fc54eb011a3931e.tar.bz2
mate-menus-02cd7575cb6af60dfc968dd31fc54eb011a3931e.tar.xz
build: do not override the default value for MATE_COMPILE_WARNINGS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1b5cbe1..747e7ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,7 @@ AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE
MATE_MAINTAINER_MODE_DEFINES
+MATE_COMPILE_WARNINGS
# Before making a release, the LT_VERSION string should be modified.
# The string is of the form C:R:A.
@@ -39,8 +40,6 @@ PKG_CHECK_MODULES(GIO_UNIX, gio-unix-2.0 >= 2.50.0)
AC_SUBST(GIO_UNIX_CFLAGS)
AC_SUBST(GIO_UNIX_LIBS)
-MATE_COMPILE_WARNINGS(yes)
-
AC_ARG_ENABLE(deprecation_flags,
[AC_HELP_STRING([--enable-deprecation-flags],
[use *_DISABLE_DEPRECATED flags @<:@default=no@:>@])],,