diff options
author | monsta <[email protected]> | 2018-01-28 14:42:37 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-01-28 14:42:37 +0300 |
commit | ec0c8c8cc3f7ce38600b3a9e8061518b82e66f3a (patch) | |
tree | 57e7bacda66be7cc8f6439bda032a6714dadafca | |
parent | 9d979057447e37dacaa3b89acae5752afe39b606 (diff) | |
download | mate-desktop-ec0c8c8cc3f7ce38600b3a9e8061518b82e66f3a.tar.bz2 mate-desktop-ec0c8c8cc3f7ce38600b3a9e8061518b82e66f3a.tar.xz |
drop additional checks for min GLib version
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index f2b4f86..5e94a2b 100644 --- a/configure.ac +++ b/configure.ac @@ -30,10 +30,6 @@ AC_SUBST(LT_VERSION) AM_MAINTAINER_MODE -# GLib min/max required versions -AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_50], - [Warn on use of APIs deprecated before GLib 2.50]) - IT_PROG_INTLTOOL([0.50.1]) AC_PROG_CC @@ -76,10 +72,6 @@ if test "x$enable_deprecation_flags" = "xyes"; then AC_SUBST(DISABLE_DEPRECATED_CFLAGS) fi -# GLib min/max required versions -AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_50], - [Warn on use of APIs deprecated before GLib 2.50]) - # Whether to build mate-about AC_ARG_ENABLE([mate-about], [AS_HELP_STRING([--disable-mate-about],[do not build mate-about])],, |