s3: require tdb 1.1.7 with tdb_check()
authorStefan Metzmacher <metze@samba.org>
Fri, 4 Dec 2009 15:59:39 +0000 (16:59 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 7 Dec 2009 18:59:39 +0000 (19:59 +0100)
metze
(cherry picked from commit 886fe5b92082c2d18f97ff0bdcced52d38f344ca)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/configure.in

index adb0339a4f79789875fb72591adf809e4264735a..1517bc51ffb6d5936a6934c4b8cd26ea1dce45e3 100644 (file)
@@ -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