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