summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2024-03-01 17:38:32 (GMT)
committerGitHub <noreply@github.com>2024-03-01 17:38:32 (GMT)
commit41baa03d30bc6b8a439ccca42b656d2c50392896 (patch)
treea767165c2d95b3c66cef4555ce8df8cfb9206aba /configure
parentdac8ff4c401f75e65a5eef1514f2d7987e63bbfe (diff)
downloadcpython-41baa03d30bc6b8a439ccca42b656d2c50392896.zip
cpython-41baa03d30bc6b8a439ccca42b656d2c50392896.tar.gz
cpython-41baa03d30bc6b8a439ccca42b656d2c50392896.tar.bz2
gh-115806: Don't mangle output of configure 'ipv6 stack type' check (#116165)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 45f2321..4a980fe 100755
--- a/configure
+++ b/configure
@@ -16719,8 +16719,6 @@ ipv6lib=none
ipv6trylibc=no
if test "$ipv6" = yes -a "$cross_compiling" = no; then
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking ipv6 stack type" >&5
-printf %s "checking ipv6 stack type... " >&6; }
for i in inria kame linux-glibc linux-inet6 solaris toshiba v6d zeta;
do
case $i in
@@ -17002,6 +17000,8 @@ fi
break
fi
done
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking ipv6 stack type" >&5
+printf %s "checking ipv6 stack type... " >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ipv6type" >&5
printf "%s\n" "$ipv6type" >&6; }
fi