From 808334fa872dc37f8cf5feeb9c17af65d3998b34 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Thu, 29 Feb 2024 23:33:44 +0100 Subject: [PATCH] gh-115806: Don't mangle output of configure 'ipv6 stack type' check --- configure | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 45f232164e7094..4a980fea453697 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 diff --git a/configure.ac b/configure.ac index b7671facc65a8a..103c24962b7b42 100644 --- a/configure.ac +++ b/configure.ac @@ -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