-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-120671: Fix as_fn_append CFLAGS #120822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Note that this issue with a missing space might also be true of configure.ac#L7548. |
No, that's not an issue. It's the |
Can you supply a NEWS entry? |
…120822) Add missing space in AS_VAR_APPEND() on CFLAGS. (cherry picked from commit 2106c9b) Co-authored-by: Michael Allwright <[email protected]>
GH-120985 is a backport of this pull request to the 3.13 branch. |
…120822) Add missing space in AS_VAR_APPEND() on CFLAGS. (cherry picked from commit 2106c9b) Co-authored-by: Michael Allwright <[email protected]>
GH-120986 is a backport of this pull request to the 3.12 branch. |
Merged, thanks. |
…0822) Add missing space in AS_VAR_APPEND() on CFLAGS.
…0822) Add missing space in AS_VAR_APPEND() on CFLAGS.
…0822) Add missing space in AS_VAR_APPEND() on CFLAGS.
This fixes an issue with failing configure tests due to a missing space when appending to
CFLAGS
. @eli-schwartz tracked down the source of this bug as follows:Resolves #120671