-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
gh-137390: Add missing line continuation character in configure.ac #137391
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
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
FYI this change needs a backport to 3.14 too. |
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Which commit added those lines btw? |
|
Thanks @markmcclain for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
….ac (pythonGH-137391) (cherry picked from commit 001461a) Co-authored-by: markmcclain <markmcclain@users.noreply.github.com>
GH-137394 is a backport of this pull request to the 3.14 branch. |
configure.ac
is missing a line continuation character causing failures when the configure script is recreated. This change adds the missing character.