summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-06 19:12:08 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-01-09 10:56:25 +1100
commitfbe027508464d876602f9e4b12defbe4def63995 (patch)
tree22402e6a575ab71e73def15d158e8c1bfbc7375e /source3
parent1a588dfd1940ae54923d5f7a66276dca2fa08aee (diff)
downloadsamba-fbe027508464d876602f9e4b12defbe4def63995.tar.gz
samba-fbe027508464d876602f9e4b12defbe4def63995.tar.bz2
samba-fbe027508464d876602f9e4b12defbe4def63995.zip
s3-build: smbtorture4 can be built regardless of use_ads
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 6a41f9786f..e39d439215 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4470,10 +4470,6 @@ if test x"$with_ads_support" != x"no"; then
LIBS="$ac_save_LIBS"
fi
-if test x"$use_ads" != xyes; then
- smbtorture4_possible=no
-fi
-
AC_CHECK_LIB_EXT(nscd, NSCD_LIBS, nscd_flush_cache)
PASSDB_LIBS="$PASSDB_LIBS $NSCD_LIBS"