[Pkg-libvirt-commits] [libguestfs] 135/156: configure: look for "java-default-runtime" as directory for Java
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:26:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit e9f3c0597399aba8097bb4d648db25d329ae8935
Author: Pino Toscano <ptoscano at redhat.com>
Date: Thu Aug 14 19:06:20 2014 +0200
configure: look for "java-default-runtime" as directory for Java
This seems to be the new way [1] in Archlinux to specify, as symlink,
the default version of Java.
Thanks to Peter Wu for the notice about it.
[1] https://wiki.archlinux.org/index.php/Java
(cherry picked from commit ddfe82e823ff1112e4f75436ece439adc34b2ac9)
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index f8d2ab7..d5009b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1257,6 +1257,7 @@ if test "x$with_java" != "xno"; then
for d in \
/usr/lib/jvm/java \
/usr/lib/jvm/default-java \
+ /usr/lib/jvm/java-default-runtime \
/usr/lib/jvm/java-8-openjdk \
/usr/lib/jvm/java-7-openjdk \
/usr/lib/jvm/java-6-openjdk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list