From cd583fcbf4419c744024c1a9f3e09238bb1823a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 9 Feb 2009 09:45:13 +0000 Subject: [PATCH] jdk prefix handling in configure. --- org.glite.lb/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 47d2b35..f6c3ac2 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -42,6 +42,7 @@ my %extern_prefix = ( gridsite => '/opt/glite', lcas => '/opt/glite', ant => '/usr', + jdk => '/usr', ); my %jar = ( @@ -292,7 +293,7 @@ BEGIN{ 'security.gsoap-plugin' => [ qw/cppunit:B globus cares gsoap:B/ ], 'jobid.api-c' => [ qw/cppunit:B/ ], 'jobid.api-cpp' => [ qw/cppunit:B/ ], - 'jobid.api-java' => [ qw/ant:B/ ], + 'jobid.api-java' => [ qw/ant:B jdk:B/ ], ); for my $ext (keys %need_externs_aux) { -- 1.8.2.3