From 8187e18cc3044d8a9e9da1bb959b543a2afcb980 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Fri, 15 Jan 2016 13:00:54 +0100 Subject: Revert "define max/min version of GLib" To avoid a glib redefine of a version defined by glib itself, which spams only the build log and nobody takes care of it. This reverts commit 3e9b28b2ebc9579bc868e2a8d1dc2d6f6b568c68. --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ddbdb362..b0733d50 100644 --- a/configure.ac +++ b/configure.ac @@ -21,12 +21,6 @@ m4_define(caja_extension_revision, 0) AC_INIT([caja], [1.13.0], [http://www.mate-desktop.org]) -# 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]) - dnl --------------------------------------------------------------------------- dnl GTK library version dnl --------------------------------------------------------------------------- -- cgit v1.2.1