From 1c798aba40fb0e389c7a54ad3d8f7d45876f2809 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 3 Feb 2004 11:10:56 +0000 Subject: - port AUTH and PASSDB subsystems to new SMB_SUBSYSTEM() scheme - some const fixes in ntvfs metze (This used to be commit af89a78123068767b1d134969c5651a0fd978b0d) --- source4/libads/config.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/libads') diff --git a/source4/libads/config.m4 b/source4/libads/config.m4 index c0b926b851..a7a882f048 100644 --- a/source4/libads/config.m4 +++ b/source4/libads/config.m4 @@ -70,7 +70,6 @@ if test x"$with_ldap_support" != x"no"; then if test x"$ac_cv_lib_ext_ldap_ldap_init" = x"yes" -a x"$ac_cv_func_ext_ldap_domain2hostlist" = x"yes"; then AC_DEFINE(HAVE_LDAP,1,[Whether ldap is available]) - SMB_MODULE_DEFAULT(STATIC,pdb_ldap) with_ldap_support=yes AC_MSG_CHECKING(whether LDAP support is used) AC_MSG_RESULT(yes) -- cgit