summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-11-19 09:53:04 +0100
committerStef Walter <stefw@redhat.com>2013-11-19 09:53:04 +0100
commit693b54ad5b1516e40bc22d1ef93886d85dbb3930 (patch)
treeabe4d9ec1061c8bab1f076256375fe9c2bb7d81f /configure.ac
parent42d707a7336908a7aa2a904bc36fa119cdd54352 (diff)
tools: Remove our own copy of GDBusObjectManagerClient
We included this to fix a bug, which is now included in a stable version of glib. Bump minimum version of GLib to 2.38.0
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 5683a3e..01162e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,8 +64,8 @@ AM_GLIB_GNU_GETTEXT
# GLib
PKG_CHECK_MODULES(GLIB,
- glib-2.0 >= 2.32.0
- gio-2.0 >= 2.32.0
+ glib-2.0 >= 2.38.0
+ gio-2.0 >= 2.38.0
gio-unix-2.0)
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)