[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 2106c9bef0)

Co-authored-by: Michael Allwright <allsey87@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-06-25 10:11:22 +02:00 committed by GitHub
parent 52bc99743c
commit 433a5f89c9
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.