diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-26 13:01:38 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-26 13:01:38 +0100 |
commit | 06a1cfd68119c6198c8083b6b3420fc580c6e508 (patch) | |
tree | 1c4a9aa100d365e292f375a704fd806d1dc4075b | |
parent | 9c22af1831f1e150aac020c0f27d1510d0aecee9 (diff) | |
download | mate-control-center-06a1cfd68119c6198c8083b6b3420fc580c6e508.tar.bz2 mate-control-center-06a1cfd68119c6198c8083b6b3420fc580c6e508.tar.xz |
Revert "define max/min version of GLib"
This reverts commit 5199f5223d4fcf8ed7978cbe45f8bd841a5c9e39.
This produce only a lot of redifine warnings, and nobody cares about
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 270abcbe..fd22874e 100644 --- a/configure.ac +++ b/configure.ac @@ -25,12 +25,6 @@ if test "x$GCC" = "xyes"; then fi changequote([,])dnl -# GLib min/max required versions -AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], - [Warn on use of APIs added after GLib 2.36]) -AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36], - [Warn on use of APIs deprecated before GLib 2.36]) - # Internationalization support IT_PROG_INTLTOOL([0.50.1]) |