[evolution] Remove almost all *_DISABLED_DEPRECATED_FLAGS.



commit b2022f6d3c01ba651b91aa8734274e2093997461
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Nov 24 18:02:33 2011 -0500

    Remove almost all *_DISABLED_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 |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7414fe5..128bd1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,9 +69,7 @@ dnl ******************************
 dnl Compiler Warning Flags
 dnl ******************************
 AS_COMPILER_FLAGS(WARNING_FLAGS,
-	"-DPANGO_DISABLE_DEPRECATED
-	-DGDK_PIXBUF_DISABLE_DEPRECATED
-	-DEDS_DISABLE_DEPRECATED
+	"-DEDS_DISABLE_DEPRECATED
 	-DE_BOOK_DISABLE_DEPRECATED
 	-DE_CAL_DISABLE_DEPRECATED
 	-Wall -Wextra



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