mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
configure: pass -Wno-portability to automake to suppress warnings
GNU make is required, no point pretending otherwise.
This commit is contained in:
parent
71c7ae6c07
commit
198dbe545c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue