configure: pass -Wno-portability to automake to suppress warnings

GNU make is required, no point pretending otherwise.
This commit is contained in:
Tim-Philipp Müller 2009-05-19 17:12:41 +01:00
parent 71c7ae6c07
commit 198dbe545c

View file

@ -8,8 +8,8 @@ AC_INIT(GStreamer, 0.10.23.1,
gstreamer) gstreamer)
AG_GST_INIT AG_GST_INIT
dnl initialize automake dnl initialize automake (we require GNU make)
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE([-Wno-portability])
dnl define PACKAGE_VERSION_* variables dnl define PACKAGE_VERSION_* variables
AS_VERSION AS_VERSION