diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-12-23 08:48:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-12-23 08:48:46 +0800 |
commit | 971dac35882ca5e629bd5d0df22d09ebbd236c7e (patch) | |
tree | 291f88638f4f8b3e2361c13a1e3e716e2e6655b1 /configure.ac | |
parent | 6c39f81439a3a564e482a47b23c2cca1c307701f (diff) | |
download | gsoc2013-evolution-971dac35882ca5e629bd5d0df22d09ebbd236c7e.tar.gz gsoc2013-evolution-971dac35882ca5e629bd5d0df22d09ebbd236c7e.tar.zst gsoc2013-evolution-971dac35882ca5e629bd5d0df22d09ebbd236c7e.zip |
Temporarily remove GDK_DISABLE_DEPRECATED (again).
GTK+ 2.23.3 deprecated gdk_set_sm_client_id(), which is used by
eggsmclient-xsmp.c. We'll deal with that after GNOME 3.0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index bdd995da02..ad66479a2f 100644 --- a/configure.ac +++ b/configure.ac @@ -138,13 +138,10 @@ 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 |