summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 \