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 1a8e7a13..3efb42b3 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ install:
fi; \
for m in $${SLX_DB_TYPE} SQLite CSV 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 buggy), so $$m-databases will not be \
+ echo -e " 'DBD::$$m' not found (or too old), so $$m-databases will not be \
supported."; \
else \
if test "$${DEFAULT_DB_TYPE}X" = "X"; then \