mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
m4: Add java search path for Gentoo
In Gentoo the java alternatives are managed using jva-config (or eselect java), but because the selection is treated as a configuration the symlink to the current jvm selected is stored in /etc, particularly in the symlink /etc/java-config-2/current-system-vm which works such as /usr/lib/jvm/default. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
7cbd7bf209
commit
d1c5c5a7c1
@@ -46,6 +46,7 @@ if test "x$with_java" != "xno"; then
|
||||
/usr/lib64/jvm/java \
|
||||
/usr/lib/jvm/default-java \
|
||||
/usr/lib/jvm/default \
|
||||
/etc/java-config-2/current-system-vm \
|
||||
/usr/lib/jvm/java-8-openjdk \
|
||||
/usr/lib/jvm/java-7-openjdk \
|
||||
/usr/lib/jvm/java-6-openjdk
|
||||
|
||||
Reference in New Issue
Block a user