]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120985)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Jun 2024 08:17:53 +0000 (10:17 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2024 08:17:53 +0000 (08:17 +0000)
commitd26ce50f7bd59aa0bf6d1659ff96fb3a9075ff38
tree107e066b0a3b703c953a92a9ea236797eb14f97d
parent6bfcf98ff6f6bb4f04f84c330794640c6e38d8bf
[3.13] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120985)

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