mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-09 07:52:36 +00:00
autogen.sh: can remove the -Wno-portability from here now
since we added it to configure.ac.
This commit is contained in:
parent
72232cfef1
commit
25b1849b80
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ echo timestamp > stamp-h.in 2> /dev/null
|
||||||
|
|
||||||
tool_run "$autoconf"
|
tool_run "$autoconf"
|
||||||
debug "automake: $automake"
|
debug "automake: $automake"
|
||||||
tool_run "$automake" "--add-missing --copy -Wno-portability"
|
tool_run "$automake" "--add-missing --copy"
|
||||||
|
|
||||||
test -n "$NOCONFIGURE" && {
|
test -n "$NOCONFIGURE" && {
|
||||||
echo "skipping configure stage for package $package, as requested."
|
echo "skipping configure stage for package $package, as requested."
|
||||||
|
|
Loading…
Reference in a new issue