summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-19 17:47:34 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-19 17:50:24 +0100
commit6bb964dd7c8ad9a260cbb53603158b3fab335dfd (patch)
tree304f892e613f56db0a16769f2783b8af01e1dbe9 /configure.ac
parent35bd80c56ac02f961f37d8f34dcf7020e9cf5c28 (diff)
autogen: pass -Wno-portability to automake to suppress warnings
GNU make is needed.
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 4fdb097c..5f2a173b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_INIT(GStreamer Base Plug-ins, 0.10.23.1,
AG_GST_INIT
dnl initialize automake
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([-Wno-portability])
dnl define PACKAGE_VERSION_* variables
AS_VERSION