]> sigrok.org Git - libsigrok.git/commit - configure.ac
configure.ac: Fix jni.h check when cross compiling
authorMarcus Comstedt <redacted>
Wed, 20 Aug 2014 12:15:24 +0000 (14:15 +0200)
committerBert Vermeulen <redacted>
Wed, 20 Aug 2014 12:42:02 +0000 (14:42 +0200)
commit3e27b177c413063cfbdbe682504d11c03059b851
tree9b4b482a301cf0760312e85afdf22e04984fd57e
parent879dd50fb6d5f810d3c5635c3264b2c08ad22a70
configure.ac: Fix jni.h check when cross compiling

Since AX_JNI_INCLUDE_DIR does not work for cross compilation, don't
invoke it when cross compiling.  Also, add a configure option to
set the jni.h include path manually if needed.
configure.ac