Skip to content
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

No way to deterministically disable liboniguruma #1021

Closed
yurivict opened this issue Nov 21, 2015 · 1 comment · Fixed by #1022
Closed

No way to deterministically disable liboniguruma #1021

yurivict opened this issue Nov 21, 2015 · 1 comment · Fixed by #1022
Labels

Comments

@yurivict
Copy link

You have --with-oniguruma, which specifies the oniguruma install path.
However, without --with-oniguruma configure will attempt to find it and either will or will not succeed.

--without-oniguruma breaks. You should allow to disable oniguruma even when it is installed for people who wouldn't like to link to it.

You should have --with-oniguruma, --without-oniguruma, and --oniguruma-path.
Currently --with-oniguruma is one for all, not very clear. --oniguruma-path will be used very rarely, only for really non-standard paths.

@dtolnay
Copy link
Member

dtolnay commented Nov 21, 2015

--without-oniguruma should have worked. This looks like a bug in our configure.ac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants