summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-03-26 13:18:33 +0100
committerSimo Sorce <idra@samba.org>2010-03-26 14:27:47 -0400
commit261c3b4f1beed820647061bacbee3acccbcbb089 (patch)
tree224c955ab144d8114f0405c2545d95239e122fbe /source3/configure.in
parentd570a0af0be442d6d1e253309d9bbae9562669cf (diff)
downloadsamba-261c3b4f1beed820647061bacbee3acccbcbb089.tar.gz
samba-261c3b4f1beed820647061bacbee3acccbcbb089.tar.bz2
samba-261c3b4f1beed820647061bacbee3acccbcbb089.zip
tdb: Add a non-blocking version of tdb_transaction_start
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
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