From c13db8c57cf215e84cd0178db229745f0b8399d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 14 Oct 2009 17:42:19 +0200 Subject: [PATCH] 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 (cherry picked from commit 67b544ba968d08cd861fc2d6d5b8a0881880b0aa) (cherry picked from commit dfd22e3c5dd21b62b9509c1a9781aaa671b528b3) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index 9775ce4fff3..c98d526888c 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4756,7 +4756,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]) -- 2.11.4.GIT