summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-02-06 10:48:39 -0500
committerSimo Sorce <idra@samba.org>2010-02-06 10:48:39 -0500
commit70534adee10fc6f5bba2d9304668dc6508e5de5a (patch)
tree2081475e093c2b1ff79b4f7e6cb3d3d54e5182a5 /source3/configure.in
parent65710dae847273edb99495241e6d7b7acd303c5f (diff)
downloadsamba-70534adee10fc6f5bba2d9304668dc6508e5de5a.tar.gz
samba-70534adee10fc6f5bba2d9304668dc6508e5de5a.tar.bz2
samba-70534adee10fc6f5bba2d9304668dc6508e5de5a.zip
tdb: raise version to 1.2.1
after recent fixes we need to raise the version to 1.2.1 so that we can require also the right patched version.
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 f3c6ba5987..14b57b688a 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1965,7 +1965,7 @@ AC_ARG_ENABLE(external_libtdb,
if test "x$enable_external_libtdb" != xno
then
- PKG_CHECK_MODULES(LIBTDB, tdb >= 1.1.7,
+ PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.1,
[ enable_external_libtdb=yes ],
[
if test x$enable_external_libtdb = xyes; then