* configure.in, lib/nscd.h, lib/nscd.c: Added --with-nscd flag to

support systems without nscd.
This commit is contained in:
nekral-guest
2008-08-30 18:30:36 +00:00
parent b4899946ef
commit c59126a817
4 changed files with 21 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
standard. Check if they are implemented before using them. Do not
set the time of links if lutimes() does not exist, and use
utimes() as a replacement for futimes().
* configure.in, lib/nscd.h, lib/nscd.c: Added --with-nscd flag to
support systems without nscd.
2008-08-26 Nicolas François <nicolas.francois@centraliens.net>