From: Zdeněk Šustr Date: Mon, 27 Apr 2009 11:08:39 +0000 (+0000) Subject: The most recent version copied. Do not modify this instance (RW in ./org.glite.lb). X-Git-Tag: glite-lbjp-common-db_R_1_0_0_7~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=d4d674f561f3842377891f65b17b92f272bcd842;p=jra1mw.git The most recent version copied. Do not modify this instance (RW in ./org.glite.lb). --- diff --git a/org.glite.lbjp-common.db/configure b/org.glite.lbjp-common.db/configure index ab9d54e..c289773 100755 --- a/org.glite.lbjp-common.db/configure +++ b/org.glite.lbjp-common.db/configure @@ -39,7 +39,7 @@ my %extern_prefix = ( globus => '/opt/globus', gsoap => '/usr', mysql => '/usr', - 'mysql-devel' => '/usr', + 'mysql-devel' => '', voms => '/opt/glite', gridsite => '/opt/glite', lcas => '/opt/glite', @@ -106,6 +106,8 @@ my @keeparg = @ARGV; GetOptions @opts or die "Errors parsing command line\n"; +$extern_prefix{'mysql-devel'}=$extern_prefix{mysql} if $extern_prefix{'mysql-devel'} eq ''; + if ($help) { usage(); exit 0; } if ($listmodules) {