From 786cbeb335a687d1d2d5028e4c51fcca7d22c7da Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 10 Mar 2015 10:51:11 +0100 Subject: [PATCH] s3:configure: require external talloc >= 2.1.2 Signed-off-by: Stefan Metzmacher BUG: https://bugzilla.samba.org/show_bug.cgi?id=11144 Memory leak in SMB2 notify handling. Autobuild-User(v4-0-test): Karolin Seeger Autobuild-Date(v4-0-test): Mon Mar 16 00:22:31 CET 2015 on sn-devel-104 --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index f4403e13846..d71d2d67efa 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1837,7 +1837,7 @@ AC_ARG_ENABLE(external_libtalloc, if test "x$enable_external_libtalloc" != xno then - PKG_CHECK_MODULES(LIBTALLOC, talloc >= 2.0.1, + PKG_CHECK_MODULES(LIBTALLOC, talloc >= 2.1.2, [ enable_external_libtalloc=yes ], [ if test x$enable_external_libtalloc = xyes; then AC_MSG_ERROR([Unable to find libtalloc]) -- 2.11.4.GIT