mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-115806: Don't mangle output of configure 'ipv6 stack type' check (#116165)
This commit is contained in:
parent
dac8ff4c40
commit
41baa03d30
2 changed files with 3 additions and 3 deletions
|
|
@ -4516,7 +4516,6 @@ ipv6lib=none
|
|||
ipv6trylibc=no
|
||||
|
||||
if test "$ipv6" = yes -a "$cross_compiling" = no; then
|
||||
AC_MSG_CHECKING([ipv6 stack type])
|
||||
for i in inria kame linux-glibc linux-inet6 solaris toshiba v6d zeta;
|
||||
do
|
||||
case $i in
|
||||
|
|
@ -4579,6 +4578,7 @@ if test "$ipv6" = yes -a "$cross_compiling" = no; then
|
|||
break
|
||||
fi
|
||||
done
|
||||
AC_MSG_CHECKING([ipv6 stack type])
|
||||
AC_MSG_RESULT([$ipv6type])
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue