[vte/vte-0-32] build: Disable glib deprecation warnings



commit bdc6c05ec09872db755679aba1b39489094c3d05
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 5fa8704..296964c 100644
--- a/configure.in
+++ b/configure.in
@@ -374,6 +374,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]