summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-22 01:12:35 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-22 01:31:47 +0100
commitfac0992929a6d8a081d6e6427de85eb2d76520cb (patch)
tree2c12771949f535411952c2211d950be8b339c05f /configure.ac
parent5776632762d88a3e90fd81300ca7124ad5ab0f3f (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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