From 500250bbdc4066fbcda7d398faad82442f32c4ff Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 8 Sep 2017 21:22:49 +0200 Subject: drop glib required max version --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d3d8ecb..4926aef 100644 --- a/configure.ac +++ b/configure.ac @@ -29,9 +29,7 @@ AC_SUBST(VERSION) # Save flags to aclocal ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" -# 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]) +# GLib min required versions AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36], [Warn on use of APIs deprecated before GLib 2.36]) -- cgit v1.2.1