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

configure defaults for ENABLE are reversed #19

Closed
umlaeute opened this issue Jun 24, 2014 · 1 comment
Closed

configure defaults for ENABLE are reversed #19

umlaeute opened this issue Jun 24, 2014 · 1 comment

Comments

@umlaeute
Copy link
Owner

GEM_ARG_ENABLE seems to not enable the option by default.
e.g. we have GEM_ARG_ENABLE([multicontext],...) and ./configure --help shows

--disable-multicontext
but really it is not enabled. (we have to manually turn it on by using --enable-multicontext)

expected behaviour:

  • GEM_ARG_ENABLE enables the flag by default
umlaeute added a commit that referenced this issue Jul 21, 2014
even I couldn't remember what this is needed for...

Closes: #19
@umlaeute
Copy link
Owner Author

ah it seems that the defaults are not reversed. instead they are just ignored.

fixed with 63fc115

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

No branches or pull requests

1 participant