diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-06 19:12:08 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-01-09 10:56:25 +1100 |
commit | fbe027508464d876602f9e4b12defbe4def63995 (patch) | |
tree | 22402e6a575ab71e73def15d158e8c1bfbc7375e | |
parent | 1a588dfd1940ae54923d5f7a66276dca2fa08aee (diff) | |
download | samba-fbe027508464d876602f9e4b12defbe4def63995.tar.gz samba-fbe027508464d876602f9e4b12defbe4def63995.tar.bz2 samba-fbe027508464d876602f9e4b12defbe4def63995.zip |
s3-build: smbtorture4 can be built regardless of use_ads
-rw-r--r-- | source3/configure.in | 4 |
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" |