[gtkhtml] Remove -DGDK_DISABLE_DEPRECATED



commit e118a01dfefa589ce83fe43b13c5eb2732a0fcfb
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Aug 11 10:26:06 2010 -0400

    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/

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 99a9f8a..d0d0d68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,10 +67,11 @@ AM_GLIB_GNU_GETTEXT
 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_DISABLE_DEPRECATED
 	-DGDK_PIXBUF_DISABLE_DEPRECATED
 	-DGTK_DISABLE_DEPRECATED
 	-DGNOME_DISABLE_DEPRECATED



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]