summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-03-10 10:51:11 +0100
committerKarolin Seeger <kseeger@samba.org>2015-03-16 00:22:31 +0100
commit786cbeb335a687d1d2d5028e4c51fcca7d22c7da (patch)
treea9a41133147eda91560690bc485be80a69d68c98
parent28e014b37db0f1bfc8204f71be6a72e321bf5847 (diff)
downloadsamba-786cbeb335a687d1d2d5028e4c51fcca7d22c7da.tar.gz
s3:configure: require external talloc >= 2.1.2
Signed-off-by: Stefan Metzmacher <metze@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=11144 Memory leak in SMB2 notify handling. Autobuild-User(v4-0-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-0-test): Mon Mar 16 00:22:31 CET 2015 on sn-devel-104
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
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])