build: fix bad comment in autogen.sh
The serial-tests option is available in automake v1.12, not v0.12. PR-URL: https://github.com/libuv/libuv/pull/113 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
parent
43818ade32
commit
0ac26d3a25
@ -33,7 +33,7 @@ UV_EXTRA_AUTOMAKE_FLAGS=
|
||||
if test "$automake_version_major" -gt 1 || \
|
||||
test "$automake_version_major" -eq 1 && \
|
||||
test "$automake_version_minor" -gt 11; then
|
||||
# serial-tests is available in v0.12 and newer.
|
||||
# serial-tests is available in v1.12 and newer.
|
||||
UV_EXTRA_AUTOMAKE_FLAGS="$UV_EXTRA_AUTOMAKE_FLAGS serial-tests"
|
||||
fi
|
||||
echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [$UV_EXTRA_AUTOMAKE_FLAGS])" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user