summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorgitjackolantern <scottjconover@yahoo.com>2016-12-12 00:17:44 -0800
committerGitHub <noreply@github.com>2016-12-12 00:17:44 -0800
commit32a06d6429a7c913b74d3d3e30653d52294aee02 (patch)
tree1286b0922facd66e43768192e35094b7f466ef23 /configure.ac
parent193ad6bb3db7ed2ba6b93c1ab4e1e592985e5b90 (diff)
parent6f03a321a7624b98095fbf32699d64ca3697ad34 (diff)
downloadbluez-tools-32a06d6429a7c913b74d3d3e30653d52294aee02.tar.gz
Merge pull request #9 from hadess/master
Bug fixes, and AuthorizeService implementation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6211624..789140f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_HEADER_STDC
# Check for the availability of dbus and glib libs
PKG_PROG_PKG_CONFIG
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.24.0])
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.36.0])
PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.26.0 gio-unix-2.0 >= 2.26.0])
# Check for the availability of libreadline