]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-148294: Make configure find g++ correctly (GH-150212)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 May 2026 02:18:28 +0000 (04:18 +0200)
committerGitHub <noreply@github.com>
Fri, 22 May 2026 02:18:28 +0000 (02:18 +0000)
commit072246a7803246f562bea6d099d2c3640d59db96
treeadf8d54152a37af18501b8796a7e555fa16f8b29
parent233cf75d6db0d8a915114c4cc4f8182afe510ed1
[3.15] gh-148294: Make configure find g++ correctly (GH-150212)

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