mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
autogen: remove -Wno-portability from here
as it is in configure.ac now.
This commit is contained in:
parent
9c40eeeb4c
commit
07055a9297
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ tool_run "$autoheader"
|
|||
echo timestamp > stamp-h.in 2> /dev/null
|
||||
|
||||
tool_run "$autoconf"
|
||||
tool_run "$automake" "-a -c -Wno-portability"
|
||||
tool_run "$automake" "-a -c"
|
||||
|
||||
# if enable exists, add an -enable option for each of the lines in that file
|
||||
if test -f enable; then
|
||||
|
|
Loading…
Reference in a new issue