[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:
Miss Islington (bot) 2024-06-25 10:17:53 +02:00 committed by GitHub
parent 6bfcf98ff6
commit d26ce50f7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 9 deletions

View file

@ -0,0 +1 @@
Fix failing configure tests due to a missing space when appending to CFLAGS.