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/smb_build | |
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/smb_build')
-rw-r--r-- | source4/build/smb_build/env.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
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) |