[gnome-terminal/gnome-3-4] build: Disable glib deprecation warnings
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal/gnome-3-4] build: Disable glib deprecation warnings
- Date: Thu, 16 Feb 2012 17:00:57 +0000 (UTC)
commit 9c94d67db51057c3815583e664f725e5b4bd1d7d
Author: Christian Persch <chpe gnome org>
Date: Thu Feb 16 18:00:17 2012 +0100
build: Disable glib deprecation warnings
Due to the GValueArray deprecation, deprecation warnings have become just too
overwhelming.
configure.ac | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9d514ad..c29af52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,6 +163,10 @@ AC_SUBST([TERMINAL_MINOR_VERSION],[gt_version_minor])
AC_SUBST([TERMINAL_MICRO_VERSION],[gt_version_micro])
AC_SUBST([TERMINAL_API_VERSION],[gt_api_version])
+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]