summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-12-04 16:59:39 +0100
committerStefan Metzmacher <metze@samba.org>2009-12-07 19:56:55 +0100
commit886fe5b92082c2d18f97ff0bdcced52d38f344ca (patch)
tree8ad0333e0a1cbcb367b5adf37917482e29aba012 /source3/configure.in
parent5055ba140d03189a3c8181d57ad920e68c6e387c (diff)
downloadsamba-886fe5b92082c2d18f97ff0bdcced52d38f344ca.tar.gz
samba-886fe5b92082c2d18f97ff0bdcced52d38f344ca.tar.bz2
samba-886fe5b92082c2d18f97ff0bdcced52d38f344ca.zip
s3: require tdb 1.1.7 with tdb_check()
metze
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 169e01db5f..c9bfaee678 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1971,7 +1971,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