[clutter/clutter-1.10] build: Remove disabling Clutter's deprecation warnings while building it



commit 15e548ad4a41bdbcf107215c5335f45efe5b4392
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu Mar 22 13:20:55 2012 +0000

    build: Remove disabling Clutter's deprecation warnings while building it
    
    Now that we have deprecation warnings and not full on symbol removal
    from the headers, we can just skip Clutter's own, and use only GLib's.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0ba76d3..ebaa118 100644
--- a/configure.ac
+++ b/configure.ac
@@ -857,7 +857,7 @@ AS_CASE([$enable_deprecated],
 
         [yes],
         [
-          CLUTTER_DEPRECATED_CFLAGS="-DGLIB_DISABLE_DEPRECATION_WARNINGS -DCLUTTER_DISABLE_DEPRECATION_WARNINGS"
+          CLUTTER_DEPRECATED_CFLAGS="-DGLIB_DISABLE_DEPRECATION_WARNINGS"
         ],
 
         [AC_MSG_ERROR([Unknown argument for --enable-deprecated])]



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