aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-07-10 01:21:36 +0200
committerMax Kellermann <max@duempel.org>2012-07-10 01:28:52 +0200
commit5dfc0918c37c40063b92a55c365ec87e29f0ecef (patch)
treec3ec06f3adbff49190765e392579a8424c9e17d8 /configure.ac
parent2eb14658d3eb06e827f8f1f045f4f12888db4e26 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4ba41727..944cf5c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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