diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-22 13:35:55 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-22 13:35:55 -0700 |
commit | c53d909c80a6c61a96e488b7efc0b1d41d56a4ea (patch) | |
tree | 657bd84a3214797bdc56201fca26fe9e92ce6713 /ChangeLog | |
parent | 3cc3ef96d6c060e9d45b43f5482dc4e03945b30e (diff) | |
download | glibc-c53d909c80a6c61a96e488b7efc0b1d41d56a4ea.tar.gz glibc-c53d909c80a6c61a96e488b7efc0b1d41d56a4ea.tar.xz glibc-c53d909c80a6c61a96e488b7efc0b1d41d56a4ea.zip |
Add --disable-build-nscd configure option.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 291a57b867..d0fa3b050f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2012-08-22 Roland McGrath <roland@hack.frob.com> + * configure.in (build_nscd): New substituted variable, set + by --disable-build-nscd and defaults to $use_nscd. + * configure: Regenerated. + * config.make.in (build-nscd): New substituted variable. + * nscd/Makefile (others, others-pie, install-sbin, extra-objs): + Change conditional to require [$(build-nscd) = yes] as well. + * NEWS: Mention --disable-build-nscd in the --disable-nscd item. + [BZ# 13696] * configure.in (use_nscd): New substituted variable, set by --disable-nscd. If enabled, define USE_NSCD. |