configure.in: Simplified configuration of the Java plugin.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 8 May 2009 14:55:05 +0000 (16:55 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 8 May 2009 14:55:05 +0000 (16:55 +0200)
commit33163ee3018711073cafd31b12bb497626d9aaa0
tree59a03afb2a62327b23510ebcb693a013596ee227
parent1356582b942b5cdcbecb70adf3abb0d1226548ae
configure.in: Simplified configuration of the Java plugin.

The configure script now uses `find' to search the JAVA_HOME directory for the
files `jni.h', `jni_md.h', and `libjvm.so'. Not nice, but I don't know how else
to solve this problem.
configure.in