Skip to content

Commit

Permalink
pythongh-115806: Don't mangle output of configure 'ipv6 stack type' c…
Browse files Browse the repository at this point in the history
…heck (python#116165)
  • Loading branch information
erlend-aasland authored and diegorusso committed Apr 17, 2024
1 parent 7f8fe69 commit 34fb811
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 34fb811

Please sign in to comment.