diff options
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/m4/rewrite.m4 | 2 | ||||
-rw-r--r-- | source4/build/smb_build/env.m4 | 2 |
2 files changed, 1 insertions, 3 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 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) |