From b97b7a7493c0535cd21d05189c1a5b7cdd0accb2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 15 Oct 2013 09:35:25 +0200 Subject: require GLib 2.28 The header glib_compat.h is now obsolete and can be removed. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 87ffd5cbe..0a98943cf 100644 --- a/configure.ac +++ b/configure.ac @@ -459,8 +459,8 @@ AC_ARG_WITH(tremor-includes, dnl --------------------------------------------------------------------------- dnl Mandatory Libraries dnl --------------------------------------------------------------------------- -PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.24 gthread-2.0],, - [AC_MSG_ERROR([GLib 2.24 is required])]) +PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.28 gthread-2.0],, + [AC_MSG_ERROR([GLib 2.28 is required])]) if test x$GCC = xyes; then # suppress warnings in the GLib headers -- cgit v1.2.3