$ ./configure
[...]
checking LDLIBRARY... checking HOSTRUNNER...
libpython$(VERSION)$(ABIFLAGS).a
$ ./configure
[...]
configure: using libc
$ ./configure
[...]
checking LDLIBRARY... libpython$(VERSION)$(ABIFLAGS).a
checking HOSTRUNNER...
[...]
checking ipv6 stack type... kame
checking ipv6 library... libc
Feature or enhancement
The LDLIBRARY and HOSTRUNNER checks overlap; this results in garbled output:
The IPv6 library check is very subtle:
Suggesting to clean this up, for improved
configureuser experience:Linked PRs