summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-26 12:26:54 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-26 16:02:49 +0200
commit48a0b475ea349abda6963e576315c546440af2b3 (patch)
treea5ea8701889d7d995dc3600cd962c6e3eca8d247 /configure.ac
parentb2a2aeae630cc8ee049734620d8d1117b1079874 (diff)
stop using tp-glib sealed variables
https://bugs.freedesktop.org/show_bug.cgi?id=69846
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8ca1db9..93863b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,6 +72,7 @@ DBUS_GLIB_REQUIRED=0.82
TELEPATHY_GLIB_REQUIRED=0.21.2
AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_22, [Ignore post 0.22 deprecations])
AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_22, [Prevent post 0.22 APIs])
+AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables])
GLIB_REQUIRED=2.32
dnl MIN_REQUIRED must stay to 2.30 because of GValueArray