[vte/vte-0-32] build: Disable warnings about non-portable constructs
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-0-32] build: Disable warnings about non-portable constructs
- Date: Thu, 8 Mar 2012 20:30:09 +0000 (UTC)
commit f210e8be89b985102fe2af1dca846e699c2e6ca7
Author: Christian Persch <chpe gnome org>
Date: Thu Mar 8 21:29:20 2012 +0100
build: Disable warnings about non-portable constructs
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 296964c..56f961c 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,7 @@ AC_INIT([vte],
AC_CONFIG_SRCDIR([src/vte.c])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 -Wno-portability])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]