-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hi, Marek,
Thanks for the suggestion. I have updated configure.ac and checked it as SVN revision 745. To get the latest version of this file, please use the following command, svn checkout https://codeforge.lbl.gov/anonscm/fastbit John On 8/21/14 11:49 AM, marek wrote: > Could the following small change be applied to the configure.ac? > > With this change building Java support works. Without this change, > ./configure detects Java if given Java home, but still shows "checking > jni.h usability... no" and "checking jni.h presence... no" > > > Thanks, > Marek Dolgos > > diff --git a/configure.ac b/configure.ac > index f8002f7..9efea70 100755 > --- a/configure.ac > +++ b/configure.ac > @@ -547,6 +547,7 @@ fi > > # system specific java includes > case "$host_os" in > + darwin*) _JNI_INC_SUBDIRS="darwin";; > bsdi*) _JNI_INC_SUBDIRS="bsdos";; > linux*) _JNI_INC_SUBDIRS="linux genunix";; > osf*) _JNI_INC_SUBDIRS="alpha";; > _______________________________________________ > FastBit-users mailing list > [email protected] > https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users > -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: GPGTools - https://gpgtools.org iF4EAREKAAYFAlP2bo8ACgkQ4I69U3+CTfyCsgD9Gf09ZAu0yzoi3M0mmpU3wupy bDXG9ujtujiAF1M7tHcA/1izlWUlGVNsHFk/2k35dbCvi6xpfJvmTOjciAlvDmT2 =e/v/ -----END PGP SIGNATURE----- _______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
