Skip to content

Incorrect case string in configure script #120154

@allsey87

Description

@allsey87

Bug report

Bug description:

I think this:

cpython/configure

Line 12895 in fd104df

Emscripten|WASI)

Should be: Emscripten*|WASI*

I could be wrong, but I think this will never be matched otherwise since even if ac_sys_release is empty, we would be trying to match Emscripten against Emscripten/

CPython versions tested on:

CPython main branch

Operating systems tested on:

Other

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions