diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index fc62fc20ea..9317685fc3 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1973,7 +1973,7 @@ AC_ARG_ENABLE(external_libtdb, if test "x$enable_external_libtdb" != xno then - PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.0, + PKG_CHECK_MODULES(LIBTDB, tdb >= 1.1.4, [ enable_external_libtdb=yes ], [ if test x$enable_external_libtdb = xyes; then |