-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Fix typo for configure.ac #26305
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
Fix typo for configure.ac #26305
Conversation
bf2c4f0
to
ffe5d41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like there is a difference between the autoconf version you are using and the one last used to merge. As noted in configure.ac, we are using 2.69 but there are newer versions out there. Since this is truly a one-line change, I suggest you forget about trying autoreconf for this and just make that change manually :)
When you're done making the requested changes, leave the comment: |
Got it |
I have made the requested changes; please review again |
Thanks for making the requested changes! @ned-deily: please review the changes made to this pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Sorry about all the churn.
Thank you @ned-deily |
From #26078