require GLib 2.28

The header glib_compat.h is now obsolete and can be removed.
This commit is contained in:
Max Kellermann
2013-10-15 09:35:25 +02:00
parent be2951b45f
commit b97b7a7493
5 changed files with 3 additions and 49 deletions

View File

@@ -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