aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-08-11 22:25:14 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-08-11 22:25:14 +0800
commitc8725891e58b6f19f97fa7f1638a3811244e13f0 (patch)
tree8c1c424c2db24c4bfa625f85cb0c7aaa6b7c4691 /configure.ac
parent9c072559904fb7a7807b3755f760b312d06f23b4 (diff)
downloadgsoc2013-evolution-c8725891e58b6f19f97fa7f1638a3811244e13f0.tar
gsoc2013-evolution-c8725891e58b6f19f97fa7f1638a3811244e13f0.tar.gz
gsoc2013-evolution-c8725891e58b6f19f97fa7f1638a3811244e13f0.tar.bz2
gsoc2013-evolution-c8725891e58b6f19f97fa7f1638a3811244e13f0.tar.lz
gsoc2013-evolution-c8725891e58b6f19f97fa7f1638a3811244e13f0.tar.xz
gsoc2013-evolution-c8725891e58b6f19f97fa7f1638a3811244e13f0.tar.zst
gsoc2013-evolution-c8725891e58b6f19f97fa7f1638a3811244e13f0.zip
Remove -DGDK_DISABLE_DEPRECATED
Until we can port the GDK drawing code to cairo. See: http://blogs.gnome.org/otte/2010/07/27/rendering-cleanup/
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 857248367f..7774b7ac2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,11 +143,12 @@ AM_CONDITIONAL([ENABLE_GTK3], [test "$enable_gtk3" = yes])
dnl ******************************
dnl Compiler Warning Flags
dnl ******************************
+dnl GDK_DISABLE_DEPRECATED is excluded until
+dnl we can port the GDK drawing code to cairo.
AS_COMPILER_FLAGS(WARNING_FLAGS,
"-DG_DISABLE_DEPRECATED
-DPANGO_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED
- -DGDK_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED
-DEDS_DISABLE_DEPRECATED
-DG_DISABLE_SINGLE_INCLUDES