Skip to content

Conversation

@erlend-aasland
Copy link
Contributor

@erlend-aaslanderlend-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... kameconfigure: using libc

Configure output with this PR:

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

@erlend-aaslanderlend-aasland marked this pull request as draft February 22, 2024 09:13
@erlend-aaslanderlend-aasland marked this pull request as ready for review February 22, 2024 09:21
@erlend-aasland
Copy link
ContributorAuthor

@corona10, I left the behaviour changes out and reduced it back to an ux improvement only.

@corona10
Copy link
Member

Yeah I will take a look

Copy link
Member

@corona10corona10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Cool!

@erlend-aasland
Copy link
ContributorAuthor

Thanks for the review!

woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
- make sure LDLIBRARY and HOSTRUNNER checks don't overlap - make the ipv6 library check less subtle
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
- make sure LDLIBRARY and HOSTRUNNER checks don't overlap - make the ipv6 library check less subtle
LukasWoodtli pushed a commit to LukasWoodtli/cpython that referenced this pull request Jan 22, 2025
- make sure LDLIBRARY and HOSTRUNNER checks don't overlap - make the ipv6 library check less subtle
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@erlend-aasland@corona10