From d4bcee3d27974e48e94bae9d3908722596df3a62 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 26 Apr 2005 09:02:00 +0000 Subject: r6485: Move LDAP detection M4 file and use it for the standalone ldb build Remove a couple of unused M4 macros. The standalone LDB build will not work until I've figured out what AC_CHECK_LIB_EXT() does exactly (it's Samba-specific) (This used to be commit cc20d6bb7f06e077ebe4c366e545e187a0c79472) --- source4/build/m4/rewrite.m4 | 2 +- source4/build/smb_build/env.m4 | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'source4/build') diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4 index 3361679f2c..ba5f14aa00 100644 --- a/source4/build/m4/rewrite.m4 +++ b/source4/build/m4/rewrite.m4 @@ -734,7 +734,7 @@ esac AC_SUBST(SMBD_EXTRA_OBJS) AC_SUBST(SMBD_EXTRA_LIBS) -SMB_INCLUDE_M4(libads/config.m4) +SMB_INCLUDE_M4(lib/ldb/ldap.m4) ############################################### # test for where we get crypt() from diff --git a/source4/build/smb_build/env.m4 b/source4/build/smb_build/env.m4 index 601eba2e15..87316d3d30 100644 --- a/source4/build/smb_build/env.m4 +++ b/source4/build/smb_build/env.m4 @@ -13,8 +13,6 @@ if test -n "${SAMBA_VERSION_SVN_REVISION}";then echo "BUILD REVISION: ${SAMBA_VERSION_SVN_REVISION}" fi -AC_VALIDATE_CACHE_SYSTEM_TYPE - SMB_INFO_BUILD_ENV="" sinclude(build/smb_build/check_path.m4) -- cgit