summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-01-27 11:44:38 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-01-27 11:44:38 +0000
commitc1e45ad7ff6ec3e26a535c128eff0f34fd637111 (patch)
tree745b6f6f419233ec828dcdab0a25bb9c8347f0ee /ChangeLog
parent8d5b793b25a66e6657f5fdbeab96e1feac0d56af (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- Only the libdb ndbm compat mode works, all the other don't work. So check for libdb at first. 2006-01-27 Thorsten Kukuk <kukuk@thkukuk.de> * configure.in: Prefer libdb over libndbm, fix check for libcrack and remove not needed BACKUP_LIBS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f7a7adb..1761ff7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-27 Thorsten Kukuk <kukuk@thkukuk.de>
+
+ * configure.in: Prefer libdb over libndbm, fix check for
+ libcrack and remove not needed BACKUP_LIBS.
+
2006-01-24 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_debug/pam_debug.c: Fix name of pam_module struct.