mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
bootstrap fails on CentOS 6 #263
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jamesjer on GitHub (Nov 27, 2018).
I downloaded the brotli 1.0.7 release on a CentOS 6 box and unpacked it. This box has autoconf 2.63. Then:
Double quoting the URL fixes the problem; i.e., change line 4 of configure.ac to read:
@eustas commented on GitHub (Dec 13, 2018):
Will fix soon. Thanks for the report.
@eustas commented on GitHub (Dec 13, 2018):
Interesting, autoconf have had a regression between 2.66 and 2.68 for "?" in urls... But 2.63 is even older and might be more buggier =)
@eustas commented on GitHub (Dec 13, 2018):
Could you check, if this helps, please:
@eustas commented on GitHub (Jul 2, 2020):
No response. Closing for now. Feel free to reopen (with the answer to the last question).