[evolution-mapi] Remove almost all *_DISABLE_DEPRECATED_FLAGS.



commit de3247dfedfe0e22fb8d6274f42a231d80f401df
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Nov 24 18:06:09 2011 -0500

    Remove almost all *_DISABLE_DEPRECATED_FLAGS.
    
    Leave the EDS macros alone since we control them.
    
    I'll care about deprecated APIs again when a gtk4 release date is
    announced.  Meanwhile it's just causing distros unnecessary pain.

 configure.ac |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2d5ee59..d39b93d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,11 +53,7 @@ dnl ***********************
 dnl Compiler Warning Flags
 dnl ***********************
 AS_COMPILER_FLAGS(WARNING_FLAGS,
-	"-DPANGO_DISABLE_DEPRECATED
-	-DGDK_DISABLE_DEPRECATED
-	-DGDK_PIXBUF_DISABLE_DEPRECATED
-	-DGNOME_DISABLE_DEPRECATED
-	-DE_BOOK_DISABLE_DEPRECATED
+	"-DE_BOOK_DISABLE_DEPRECATED
 	-DE_CAL_DISABLE_DEPRECATED
 	-Wall -Wextra
 	-Wno-missing-field-initializers
@@ -71,9 +67,6 @@ AS_COMPILER_FLAGS(WARNING_FLAGS,
 	-Wundef -Wwrite-strings")
 AC_SUBST(WARNING_FLAGS)
 
-dnl When evo will stop using GtkHBox/GtkVBox
-dnl	-DGTK_DISABLE_DEPRECATED
-dnl
 dnl Other useful compiler warnings for test builds only.
 dnl These may produce warnings we have no control over.
 dnl



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