diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-04-26 09:02:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:19 -0500 |
commit | d4bcee3d27974e48e94bae9d3908722596df3a62 (patch) | |
tree | 4c65053416e2c0b83f95172ab5012bbbcefff212 /source4/build/m4/rewrite.m4 | |
parent | a09593c37a307388c0fed175d70c896a9d2d47db (diff) | |
download | samba-d4bcee3d27974e48e94bae9d3908722596df3a62.tar.gz samba-d4bcee3d27974e48e94bae9d3908722596df3a62.tar.bz2 samba-d4bcee3d27974e48e94bae9d3908722596df3a62.zip |
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)
Diffstat (limited to 'source4/build/m4/rewrite.m4')
-rw-r--r-- | source4/build/m4/rewrite.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |