summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2012-03-26 13:33:22 +0100
committerAlban Crequy <alban.crequy@collabora.co.uk>2012-03-26 13:57:06 +0100
commit72498e161d71b6751d825888a684f62c304a9434 (patch)
tree0ebe0e0951a0ee830e3254a109c9835086d2b7d1
parent370e642d6dc6983fee0ef1fcbedd96ef3a2b3b64 (diff)
downloadtelepathy-mission-control-72498e161d71b6751d825888a684f62c304a9434.tar.gz
Update dependency on GLib 2.30
GLib 2.30 is necessary for g_unix_open_pipe(). https://bugs.freedesktop.org/show_bug.cgi?id=47054
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 42b0af82..7486182f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -309,7 +309,7 @@ AC_SUBST(TELEPATHY_LIBS)
AC_SUBST(TELEPATHY_CFLAGS)
PKG_CHECK_MODULES([GLIB],
- [glib-2.0 >= 2.28, gobject-2.0, gmodule-no-export-2.0, gio-2.0])
+ [glib-2.0 >= 2.30, gobject-2.0, gmodule-no-export-2.0, gio-2.0])
AC_SUBST(GLIB_LIBS)
AC_SUBST(GLIB_CFLAGS)