-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Labels
buildThe build process and cross-buildThe build process and cross-buildtype-featureA feature request or enhancementA feature request or enhancement
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
Linked PRs
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-buildtype-featureA feature request or enhancementA feature request or enhancement