From: František Dvořák Date: Wed, 13 Jan 2010 12:05:14 +0000 (+0000) Subject: No multiple DB backends on branch 2.0, postgres not needed. X-Git-Tag: glite-lb-state-machine_R_1_0_2_1~7 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8741cf6c8c4662b17532725007abb26ba486c88f;p=jra1mw.git No multiple DB backends on branch 2.0, postgres not needed. --- diff --git a/org.glite.lb/configure b/org.glite.lb/configure index bd25dbb..d6cb643 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -312,7 +312,7 @@ BEGIN{ 'lb.ws-test' => [ qw/gsoap:B/ ], 'lb.types' => [ qw// ], 'lb.harvester' => [ qw/postgresql:R/ ], - 'lbjp-common.db' => [ qw/mysql:B mysql-devel:B postgresql:B/ ], + 'lbjp-common.db' => [ qw/mysql:B mysql-devel:B/ ], 'lbjp-common.maildir' => [ qw// ], 'lbjp-common.server-bones' => [ qw// ], 'lbjp-common.trio' => [ qw/cppunit:B/ ],