Skip to content

Commit 41baa03

Browse files
gh-115806: Don't mangle output of configure 'ipv6 stack type' check (#116165)
1 parent dac8ff4 commit 41baa03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4516,7 +4516,6 @@ ipv6lib=none
45164516
ipv6trylibc=no
45174517

45184518
if test "$ipv6" = yes -a "$cross_compiling" = no; then
4519-
AC_MSG_CHECKING([ipv6 stack type])
45204519
for i in inria kame linux-glibc linux-inet6 solaris toshiba v6d zeta;
45214520
do
45224521
case $i in
@@ -4579,6 +4578,7 @@ if test "$ipv6" = yes -a "$cross_compiling" = no; then
45794578
break
45804579
fi
45814580
done
4581+
AC_MSG_CHECKING([ipv6 stack type])
45824582
AC_MSG_RESULT([$ipv6type])
45834583
fi
45844584

0 commit comments

Comments
 (0)