]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148294: Make configure find g++ correctly (GH-148298)
authorsendaoYan <yansendao@126.com>
Fri, 22 May 2026 01:46:41 +0000 (09:46 +0800)
committerGitHub <noreply@github.com>
Fri, 22 May 2026 01:46:41 +0000 (01:46 +0000)
commitc613f72eeef83340cb369287f7c1a195e086d1d5
tree268958d1a72c0f22e78f130b335082472fe33c1c
parent3c298e2e385fc6f462abaada2fd680deb1a2b58e
gh-148294: Make configure find g++ correctly (GH-148298)

The `AC_PATH_TOOL` calls had included a duplicated argument, causing a "`PATH`"
consisting of `notfound` to be searched instead of `$PATH`.
Misc/NEWS.d/next/Build/2026-05-21-15-14-59.gh-issue-148294.VtFaW4.rst [new file with mode: 0644]
configure
configure.ac