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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/m4') 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 -- cgit