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 script is not cross-compilation friendly #16

Closed
guillerodriguez opened this issue Feb 12, 2016 · 1 comment
Closed

configure script is not cross-compilation friendly #16

guillerodriguez opened this issue Feb 12, 2016 · 1 comment

Comments

@guillerodriguez
Copy link
Contributor

The configure script fails while checking for jni.h when cross-compiling.
Looks like this is caused by ax_jni_include_dir.m4 using AC_CHECK_FILE, which dies when cross-compiling.

@pagekite
Copy link
Owner

I think you fixed this. :) Feel free to reopen if not.

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

2 participants