From 67b544ba968d08cd861fc2d6d5b8a0881880b0aa Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 14 Oct 2009 17:42:19 +0200 Subject: 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 --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index 0224737cb5..9d93ec7d99 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]) -- cgit