[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1314-ga28b499

Simo Sorce idra at samba.org
Sun Aug 30 11:52:40 MDT 2009


The branch, master has been updated
       via  a28b499e80cbbd459d22050c1f19e750d6855604 (commit)
      from  bb1f56a814c7a830adf9568fe2144861611de8e2 (commit)

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


- Log -----------------------------------------------------------------
commit a28b499e80cbbd459d22050c1f19e750d6855604
Author: Simo Sorce <idra at samba.org>
Date:   Sun Aug 30 13:53:14 2009 -0400

    s3: Fix libtalloc so version

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

Summary of changes:
 source3/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 6a4fd08..34e923d 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4753,7 +4753,7 @@ if test "x$enable_external_libtalloc" = xno
 then
 	m4_include(../lib/talloc/libtalloc.m4)
 	LINK_LIBTALLOC=STATIC
-	SMB_LIBRARY(talloc, 1)
+	SMB_LIBRARY(talloc, 2)
 	LIBTALLOC_OBJ0=""
 	for obj in ${TALLOC_OBJ}; do
 		LIBTALLOC_OBJ0="${LIBTALLOC_OBJ0} ${tallocdir}/${obj}"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list