[vte/vte-next] build: Disable glib deprecation warnings



commit 692e787891ab0c6a930117e5fbbfc44fa7c44034
Author: Christian Persch <chpe gnome org>
Date:   Thu Feb 16 17:58:07 2012 +0100

    build: Disable glib deprecation warnings
    
    Due to the GValueArray deprecation, deprecation warnings have become just too
    overwhelming.

 configure.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index a7db000..feafa09 100644
--- a/configure.in
+++ b/configure.in
@@ -371,6 +371,10 @@ AC_SUBST([VTE_MAJOR_VERSION],[version_major])
 AC_SUBST([VTE_MINOR_VERSION],[version_minor])
 AC_SUBST([VTE_MICRO_VERSION],[version_micro])
 
+AC_SUBST([AM_CPPFLAGS],"$AM_CPPFLAGS -DGLIB_DISABLE_DEPRECATION_WARNINGS"])
+AC_SUBST([AM_CFLAGS])
+AC_SUBST([AM_LDFLAGS])
+
 ################################################################################
 
 AC_CONFIG_FILES([



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