summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2007-05-11 22:38:01 +0200
committerOliver Tappe2007-05-11 22:38:01 +0200
commit49b4fe4983880a44c298495e21669acb6d4df253 (patch)
tree202c3631fc5f83a62ea489b42230ac3dc3788955 /Makefile
parent* cleanup in DB-modules (diff)
downloadcore-49b4fe4983880a44c298495e21669acb6d4df253.tar.gz
core-49b4fe4983880a44c298495e21669acb6d4df253.tar.xz
core-49b4fe4983880a44c298495e21669acb6d4df253.zip
* 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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 \