aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-12-04 19:30:38 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-12-04 19:30:38 +0800
commit839d83a5116610bfc117d56347dee516e118a4c7 (patch)
treec08ab1f0ff3f924aa6addb96458fba90073573d3 /configure.ac
parent9f50ab5c3c69f86ccdc65aff61f7fd4706fec647 (diff)
downloadgsoc2013-empathy-839d83a5116610bfc117d56347dee516e118a4c7.tar
gsoc2013-empathy-839d83a5116610bfc117d56347dee516e118a4c7.tar.gz
gsoc2013-empathy-839d83a5116610bfc117d56347dee516e118a4c7.tar.bz2
gsoc2013-empathy-839d83a5116610bfc117d56347dee516e118a4c7.tar.lz
gsoc2013-empathy-839d83a5116610bfc117d56347dee516e118a4c7.tar.xz
gsoc2013-empathy-839d83a5116610bfc117d56347dee516e118a4c7.tar.zst
gsoc2013-empathy-839d83a5116610bfc117d56347dee516e118a4c7.zip
Add lines to disable deprecated GDK symbols
svn path=/trunk/; revision=1945
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3cc2351d6..aebf55628 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,8 +36,10 @@ ENCHANT_REQUIRED=1.2.0
ISO_CODES_REQUIRED=0.35
# Uncomment that to build without deprecated symbols
-# AC_DEFINE(GTK_DISABLE_DEPRECATED, 1, [Disable deprecated GTK symbols])
# AC_DEFINE(G_DISABLE_DEPRECATED, 1, [Disable deprecated GLib symbols])
+# AC_DEFINE(GDK_PIXBUF_DISABLE_DEPRECATED, 1, [Disable deprecated GDK pixbuf symbols])
+# AC_DEFINE(GDK_DISABLE_DEPRECATED, 1, [Disable deprecated GDK symbols])
+# AC_DEFINE(GTK_DISABLE_DEPRECATED, 1, [Disable deprecated GTK symbols])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])