]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-115806: Don't mangle output of configure 'ipv6 stack type' check (#116165)
authorErlend E. Aasland <erlend@python.org>
Fri, 1 Mar 2024 17:38:32 +0000 (18:38 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2024 17:38:32 +0000 (18:38 +0100)
configure
configure.ac

index 45f232164e7094a38612ddcde21ec573e3d84931..4a980fea4536979fce52629ef3969d72abe8ebb0 100755 (executable)
--- 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
index b7671facc65a8a9ec8e1102c352f41e93eb7ce3d..103c24962b7b420efa54173a89934ed7ff200153 100644 (file)
@@ -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