]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45405: Prevent ``internal configure error`` when running ``configure`` with...
authorDavid Bohman <debohman@gmail.com>
Wed, 13 Oct 2021 00:10:26 +0000 (17:10 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 00:10:26 +0000 (20:10 -0400)
commit9c4766772cda67648184f8ddba546a5fc0167f91
tree2e6826f02616e8f1d54c9d5bbdd64c52126e9181
parentdbe213de7ef28712bbfdb9d94a33abb9c33ef0c2
bpo-45405: Prevent ``internal configure error`` when running ``configure``  with recent versions of non-Apple clang. (#28845)

Change the configure logic to function properly on macOS when the compiler
outputs a platform triplet for option --print-multiarch.

Co-authored-by: Ned Deily <nad@python.org>
Misc/NEWS.d/next/Build/2021-10-11-16-27-38.bpo-45405.iSfdW5.rst [new file with mode: 0644]
configure
configure.ac