From fac0992929a6d8a081d6e6427de85eb2d76520cb Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 22 May 2009 01:12:35 +0100 Subject: autotools: move the -Wno-portability from autogen.sh to configure.ac If we're lucky it'll get used on automatic rebuilds as well that way. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bfe13151..2a8c1090 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_INIT(GStreamer Good Plug-ins, 0.10.15.1, AG_GST_INIT dnl initialize automake -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([-Wno-portability]) dnl define PACKAGE_VERSION_* variables AS_VERSION -- cgit