summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-01-28 14:42:37 +0300
committermonsta <[email protected]>2018-01-28 14:42:37 +0300
commitec0c8c8cc3f7ce38600b3a9e8061518b82e66f3a (patch)
tree57e7bacda66be7cc8f6439bda032a6714dadafca
parent9d979057447e37dacaa3b89acae5752afe39b606 (diff)
downloadmate-desktop-ec0c8c8cc3f7ce38600b3a9e8061518b82e66f3a.tar.bz2
mate-desktop-ec0c8c8cc3f7ce38600b3a9e8061518b82e66f3a.tar.xz
drop additional checks for min GLib version
-rw-r--r--configure.ac8
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])],,