s3:configure: require external talloc >= 2.1.2
authorStefan Metzmacher <metze@samba.org>
Tue, 10 Mar 2015 09:51:11 +0000 (10:51 +0100)
committerKarolin Seeger <kseeger@samba.org>
Sun, 15 Mar 2015 23:22:31 +0000 (00:22 +0100)
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

source3/configure.in

index f4403e13846ad4d0639425a40e6eda6e0109e745..d71d2d67efa3b34f7249542cac8c1625c592672f 100644 (file)
@@ -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])