require GLib 2.16

GLib 2.16 was released more than 4 years ago.  Let's remove some cruft
from the glib_compat.h header, and avoid new cruft to it.
This commit is contained in:
Max Kellermann
2012-07-10 01:21:36 +02:00
parent 2eb14658d3
commit 5dfc0918c3
28 changed files with 5 additions and 145 deletions

View File

@@ -456,8 +456,8 @@ AC_ARG_WITH(tremor-includes,
dnl ---------------------------------------------------------------------------
dnl Mandatory Libraries
dnl ---------------------------------------------------------------------------
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.12 gthread-2.0],,
[AC_MSG_ERROR([GLib 2.12 is required])])
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.16 gthread-2.0],,
[AC_MSG_ERROR([GLib 2.16 is required])])
if test x$GCC = xyes; then
# suppress warnings in the GLib headers