Skip to content

gh-115806: Improve configure output#115807

Merged
erlend-aasland merged 7 commits intopython:mainfrom
erlend-aasland:ac/ux
Feb 23, 2024
Merged

gh-115806: Improve configure output#115807
erlend-aasland merged 7 commits intopython:mainfrom
erlend-aasland:ac/ux

Conversation

@erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Feb 22, 2024

  • make sure LDLIBRARY and HOSTRUNNER checks don't overlap
  • make the ipv6 library check less subtle
  • always fail if ipv6 library was not found

Configure output before this PR:

$ ./configure
[...]
checking LDLIBRARY... checking HOSTRUNNER...
libpython$(VERSION)$(ABIFLAGS).a
[...]
checking ipv6 stack type... kame
configure: using libc

Configure output with this PR:

$ ./configure
[...]
checking LDLIBRARY... libpython$(VERSION)$(ABIFLAGS).a
checking HOSTRUNNER...
[...]
checking ipv6 stack type... kame
checking ipv6 library... libc

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants