From 261c3b4f1beed820647061bacbee3acccbcbb089 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 26 Mar 2010 13:18:33 +0100 Subject: tdb: Add a non-blocking version of tdb_transaction_start --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 32754e7f37..76526d98f4 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1977,7 +1977,7 @@ AC_ARG_ENABLE(external_libtdb, if test "x$enable_external_libtdb" != xno then - PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.1, + PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.2, [ enable_external_libtdb=yes ], [ if test x$enable_external_libtdb = xyes; then -- cgit