summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2019-01-03 23:54:56 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2019-01-06 21:24:10 +0100
commit602f4506a8677b1710d7af215196cb19433ae55c (patch)
tree996883b1d0ecda4fd6e6068e1ba768ebb789e1c4 /configure.ac
parentfb7484121affa61715dfff8086c9147a4509f8c5 (diff)
downloaddbus-602f4506a8677b1710d7af215196cb19433ae55c.tar.gz
Add glib 2.38 support
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 bdd82d46..a5a7fd3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -271,7 +271,7 @@ fi
dnl Don't do anything too subtle here, because the CMake build system
dnl parses these lines with regular expressions. If necessary, adjust
dnl cmake/modules/MacrosAutotools.cmake to compensate.
-AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_40], [Ignore post-2.40 deprecations])
+AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_38], [Ignore post-2.38 deprecations])
AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [G_ENCODE_VERSION(2,44)], [Prevent post-2.44 APIs])
with_glib=yes