mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 01:54:17 +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)
|
||||
AG_GST_INIT
|
||||
|
||||
dnl initialize automake
|
||||
AM_INIT_AUTOMAKE
|
||||
dnl initialize automake (we require GNU make)
|
||||
AM_INIT_AUTOMAKE([-Wno-portability])
|
||||
|
||||
dnl define PACKAGE_VERSION_* variables
|
||||
AS_VERSION
|
||||
|
|
Loading…
Reference in a new issue