The branch, master has been updated
via 67b544b... s3-build: we need to have talloc 2.0.1 when building
with external talloc.
from 6618a06... talloc: Fix exports and increment talloc version
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 67b544ba968d08cd861fc2d6d5b8a0881880b0aa
Author: Günther Deschner <[email protected]>
Date: Wed Oct 14 17:42:19 2009 +0200
s3-build: we need to have talloc 2.0.1 when building with external talloc.
2.0.0 did not got the exports right.
This and the 2.0.1 talloc fixes resolve bug #6808.
Guenther
-----------------------------------------------------------------------
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 0224737..9d93ec7 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4806,7 +4806,7 @@ AC_ARG_ENABLE(external_libtalloc,
[AS_HELP_STRING([--enable-external-libtalloc],
if test "x$enable_external_libtalloc" != xno
then
- PKG_CHECK_MODULES(LIBTALLOC, talloc >= 2.0.0,
+ PKG_CHECK_MODULES(LIBTALLOC, talloc >= 2.0.1,
[ enable_external_libtalloc=yes ],
[ if test x$enable_external_libtalloc = xyes; then
AC_MSG_ERROR([Unable to find libtalloc])
--
Samba Shared Repository