summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-03-13 15:13:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:24 -0500
commitb97a69dce316ba8808b317acd99d976c4c279a28 (patch)
tree7ef0bd7d45da9f17bfc43a49d829b0cd4bc1b356 /source3/configure.in
parentb372fd2cff0ba27db9a2e34a6bea15f1d0db9495 (diff)
downloadsamba-b97a69dce316ba8808b317acd99d976c4c279a28.tar.gz
samba-b97a69dce316ba8808b317acd99d976c4c279a28.tar.bz2
samba-b97a69dce316ba8808b317acd99d976c4c279a28.zip
r14321: When we have libnscd and winbindd comes (back) online, try to flush the
nscd caches so that NSS-calls can deliver accurate information. Guenther (This used to be commit a32a423a0e9e0d4dd21282fd528bcd3247fddbd1)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index fd1648010d..7369b07959 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -266,6 +266,7 @@ AC_SUBST(UNINSTALL_CIFSMOUNT)
AC_SUBST(EXTRA_SBIN_PROGS)
AC_SUBST(EXTRA_ALL_TARGETS)
AC_SUBST(CONFIG_LIBS)
+AC_SUBST(NSCD_LIBS)
# Set defaults
PIE_CFLAGS=""
@@ -3528,6 +3529,8 @@ if test x"$with_ads_support" != x"no"; then
LIBS="$ac_save_LIBS"
fi
+AC_CHECK_LIB_EXT(nscd, NSCD_LIBS, nscd_flush_cache)
+
#################################################
# check for automount support
AC_MSG_CHECKING(whether to use automount)