]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148294: Make configure find g++ correctly (GH-150211)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 May 2026 02:17:56 +0000 (04:17 +0200)
committerGitHub <noreply@github.com>
Fri, 22 May 2026 02:17:56 +0000 (02:17 +0000)
commitfe93e90a1ace608c0539538bb324018ca4ddd282
tree8d1255209c82c0d47a7f971dd5b2440f4405843c
parent76899524914c467a9e3d20fa78cefdbd2c0b192e
[3.14] gh-148294: Make configure find g++ correctly (GH-150211)

The `AC_PATH_TOOL` calls had included a duplicated argument, causing a "`PATH`"
consisting of `notfound` to be searched instead of `$PATH`.
(cherry picked from commit c613f72eeef83340cb369287f7c1a195e086d1d5)

Co-authored-by: sendaoYan <yansendao@126.com>
Misc/NEWS.d/next/Build/2026-05-21-15-14-59.gh-issue-148294.VtFaW4.rst [new file with mode: 0644]
configure
configure.ac