-
Notifications
You must be signed in to change notification settings - Fork 1k
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
./configure: line 13402: syntax error near unexpected token `else' #424
Comments
This has been open forever without any other reports, I assume it got fixed. Feel free to reopen if otherwise. |
Same error! |
CentOS release 6.7 (Final) |
I confirmed it in a docker, the problem is that CentOS 6 ships with an old autoconf, and after installing a third party update I was able to compile and pass the tests. So I think that not supporting CentOS 6 out of the box is quite reasonable seeing that even github doesn't support it out of the box (oh, and don't get me started on the SSL problems I had because all the CAs are out of date and it uses old openssl which I had to upgrade both) |
Yes, no need to support old very old versions of autoconf. But I assume the fix is trivial. @paveljanik @duhanov @elichai Can you check if #752 fixes this issue? |
Probably after merging #399,
autogen.sh
generates this code here:ie.
else
immediately followingthen
. On other systems, there is:
(true
) there.@theuni Do you have an idea?
The text was updated successfully, but these errors were encountered: