From 49b4fe4983880a44c298495e21669acb6d4df253 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 11 May 2007 20:38:01 +0000 Subject: * changed the way the DB-modules are tested: now we check for the OpenSLX::MetaDB modules instead of the DBD-drivers, as they may have additional requirements (which is the case for CSV). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1047 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9df0239c..1a8e7a13 100644 --- a/Makefile +++ b/Makefile @@ -130,8 +130,8 @@ install: . ${SLX_CONFIG_PATH}/settings.local; \ fi; \ for m in $${SLX_DB_TYPE} SQLite CSV mysql; do \ - if ! perl -e "use DBD::$$m" 2>>${SLX_INSTALL_LOG} ; then \ - echo -e " 'DBD::$$m' not found, so $$m-databases will not be \ + if ! perl -Ilib -Iconfig-db -e "use OpenSLX::MetaDB::$$m" 2>>${SLX_INSTALL_LOG} ; then \ + echo -e " 'DBD::$$m' not found (or too buggy), so $$m-databases will not be \ supported."; \ else \ if test "$${DEFAULT_DB_TYPE}X" = "X"; then \ -- cgit v1.2.3-55-g7522