]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120986)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Jun 2024 08:11:22 +0000 (10:11 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2024 08:11:22 +0000 (08:11 +0000)
commit433a5f89c9116f8098fd61ebb5258af4aef62d76
tree6923b1bf361d6f79ac8ca3f11676cf4e72430f0e
parent52bc99743c0c915c023e39fd714eb56c20c22c18
[3.12] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120986)

gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822)

Add missing space in AS_VAR_APPEND() on CFLAGS.
(cherry picked from commit 2106c9bef0c18ff35db7d6c083cb8f189507758e)

Co-authored-by: Michael Allwright <allsey87@gmail.com>
Misc/NEWS.d/next/Build/2024-06-21-09-24-03.gh-issue-120671.Z8sBQB.rst [new file with mode: 0644]
configure
configure.ac