summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-10 13:52:17 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-10 13:52:17 +0100
commit0b77bfd9e045e5c4b9df0f072d32052146c2b648 (patch)
treeb3d67c47f956b85bf16a1516ba3f870cd2a51523 /configure.ac
parent5c58330c32f39a9dd6aaaef37f54461922cf6124 (diff)
parent76b0d3cc3f6dd10f1f88a7e7b1d57a88ac531a08 (diff)
downloadtelepathy-glib-0b77bfd9e045e5c4b9df0f072d32052146c2b648.tar.gz
Merge remote-tracking branch 'origin/telepathy-glib-0.18'
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 6e2c94685..cb9f30b95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,7 +200,7 @@ PKG_CHECK_MODULES(GLIB,
[glib-2.0 >= 2.30.0, gobject-2.0 >= 2.30.0, gio-2.0 >= 2.30.0])
AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_30], [Ignore post 2.30 deprecations])
-AC_DEFINE([GLIB_VERSION_MAX_REQUIRED], [GLIB_VERSION_2_30], [Prevent post 2.30 APIs])
+AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_30], [Prevent post 2.30 APIs])
dnl Check for GIO-Unix
PKG_CHECK_MODULES(GIO_UNIX, [gio-unix-2.0],