summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-22 13:35:55 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-22 13:35:55 -0700
commitc53d909c80a6c61a96e488b7efc0b1d41d56a4ea (patch)
tree657bd84a3214797bdc56201fca26fe9e92ce6713 /nscd
parent3cc3ef96d6c060e9d45b43f5482dc4e03945b30e (diff)
Add --disable-build-nscd configure option.
Diffstat (limited to 'nscd')
-rw-r--r--nscd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/Makefile b/nscd/Makefile
index de26f06c05..c26ddb1f67 100644
--- a/nscd/Makefile
+++ b/nscd/Makefile
@@ -38,7 +38,7 @@ nscd-modules := nscd connections pwdcache getpwnam_r getpwuid_r grpcache \
xmalloc xstrdup aicache initgrcache gai res_hconf \
netgroupcache
-ifeq ($(have-thread-library),yes)
+ifeq ($(build-nscd)$(have-thread-library),yesyes)
others += nscd
others-pie += nscd