summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2008-12-22 10:39:58 -0500
committerDavid Zeuthen <davidz@redhat.com>2008-12-22 10:39:58 -0500
commit773dd43d3dc61842965e0ea374a8c02534040292 (patch)
treed2f4e41f57854d28d3487b1bc172cc0601be56fa
parent76c501f830fc1f7c451e7896cb9d0d9445bcb070 (diff)
bump glib dependency to 2.19
The test suite uses g_assert_no_error() which is new in 2.19.0.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index da9f12e..1456999 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ if test "x$GCC" = "xyes"; then
changequote([,])dnl
fi
-PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.14.0 gio-2.0 >= 2.14.0])
+PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.19.0 gio-2.0 >= 2.14.0])
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)