summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbdf8358..c6040d3f 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ install:
echo "Reading local settings..."; \
. ${SLX_CONFIG_PATH}/settings; \
fi; \
- for m in $${SLX_DB_TYPE} SQLite CSV mysql; do \
+ for m in $${SLX_DB_TYPE} SQLite mysql; do \
if ! perl -Ilib -Iconfig-db -e "use OpenSLX::MetaDB::$$m" 2>>${SLX_INSTALL_LOG} ; then \
echo -e " 'DBD::$$m' not found (or too old), so $$m-databases will not be \
supported."; \