mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[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 2106c9bef0
)
Co-authored-by: Michael Allwright <allsey87@gmail.com>
This commit is contained in:
parent
6bfcf98ff6
commit
d26ce50f7b
3 changed files with 10 additions and 9 deletions
|
@ -0,0 +1 @@
|
||||||
|
Fix failing configure tests due to a missing space when appending to CFLAGS.
|
Loading…
Add table
Add a link
Reference in a new issue