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

build (v8) requires scons but configure doesn't check for it #34

Closed
m0ppers opened this issue Mar 30, 2012 · 3 comments
Closed

build (v8) requires scons but configure doesn't check for it #34

m0ppers opened this issue Mar 30, 2012 · 3 comments
Assignees

Comments

@m0ppers
Copy link
Contributor

m0ppers commented Mar 30, 2012

not a real problem as during make you will see "scons: command not found" but configure should check for it

@jsteemann
Copy link
Contributor

Added a check for scons when --enable-all-in-one is not set. If scons is not present, configure will stop with an error message: "please install scons".
When --enable-all-in-one is set, the check is not executed.

@jsteemann
Copy link
Contributor

Please check whether it works for you, too.

jsteemann added a commit that referenced this issue Apr 11, 2012
@fceller
Copy link
Contributor

fceller commented Apr 12, 2012

added conditional

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

3 participants