[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1316-ga3e9b62

Simo Sorce idra at samba.org
Sun Aug 30 15:50:43 MDT 2009


The branch, master has been updated
       via  a3e9b62f440340f075859e080086daec88e226f5 (commit)
      from  185d06e122f1da75f3b0fa03c56565ced27907c9 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a3e9b62f440340f075859e080086daec88e226f5
Author: Simo Sorce <idra at samba.org>
Date:   Sun Aug 30 17:52:03 2009 -0400

    ldb: Depend on libtalloc 2.0.0

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/ldb/external/libtalloc.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/external/libtalloc.m4 b/source4/lib/ldb/external/libtalloc.m4
index a4c5b8a..b681541 100644
--- a/source4/lib/ldb/external/libtalloc.m4
+++ b/source4/lib/ldb/external/libtalloc.m4
@@ -4,4 +4,4 @@ AC_SUBST(TALLOC_LIBS)
 
 AC_CHECK_HEADER(talloc.h,
    [AC_CHECK_LIB(talloc, talloc_init, [TALLOC_LIBS="-ltalloc"]) ],
-   [PKG_CHECK_MODULES(TALLOC, talloc)])
+   [PKG_CHECK_MODULES(TALLOC, talloc >= 2.0.0)])


-- 
Samba Shared Repository


More information about the samba-cvs mailing list