[Pkg-libvirt-commits] [libguestfs] 101/266: configure: look for "java-default-runtime" as directory for Java

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit ddfe82e823ff1112e4f75436ece439adc34b2ac9
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
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index fa26924..92b7f84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1251,6 +1251,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