From: František Dvořák Date: Thu, 30 Sep 2010 13:39:40 +0000 (+0000) Subject: Typo (fix the build with java). X-Git-Tag: glite-lb-logger_R_2_1_10_1~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0e1d15d8dd09dd94666eaa099ea2b4ad76af7dfb;p=jra1mw.git Typo (fix the build with java). --- diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 7706bf1..658b1df 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -667,7 +667,7 @@ sub mode_etics { for (@{$need_jars{"$subsys.$module"}}) { my $eext = $etics_externs{$_} ? $etics_externs{$_} : $_; - push @copts,"--with-$_ \${$eext.location}$jar{$_}.jar"; + push @copts,"--with-$_ \${$eext.location}$jar{$_}"; } my $conf;