summaryrefslogtreecommitdiffstats
path: root/source3/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-12-04 16:59:39 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-08 09:15:40 +0100
commit1af7a630ba070b39b3d0ba128ecefb9ce22527f8 (patch)
treea429aac32071ae8ac44df83db8adf6ac31597304 /source3/configure.in
parent0cc88026949b721a3b5a98a21ea489c61e0088b1 (diff)
downloadsamba-1af7a630ba070b39b3d0ba128ecefb9ce22527f8.tar.gz
samba-1af7a630ba070b39b3d0ba128ecefb9ce22527f8.tar.xz
samba-1af7a630ba070b39b3d0ba128ecefb9ce22527f8.zip
s3: require tdb 1.1.7 with tdb_check()
metze (cherry picked from commit 886fe5b92082c2d18f97ff0bdcced52d38f344ca) Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 7a16b95703bf063b2c02133c97a06f7ab0e85963)
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 adb0339a4f7..1517bc51ffb 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1921,7 +1921,7 @@ AC_ARG_ENABLE(external_libtdb,
if test "x$enable_external_libtdb" != xno
then
- PKG_CHECK_MODULES(LIBTDB, tdb >= 1.1.4,
+ PKG_CHECK_MODULES(LIBTDB, tdb >= 1.1.7,
[ enable_external_libtdb=yes ],
[
if test x$enable_external_libtdb = xyes; then