diff options
author | Günther Deschner <gd@samba.org> | 2009-12-01 01:22:44 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-12-01 01:24:33 +0100 |
commit | ea20678c55fee9f4586630cdb5fe7f35457d309a (patch) | |
tree | 0a78035f60af6c5f7569ae203b6fdf4ee47244ee | |
parent | 6dd60008c4bebf42795d4a030b3724ce610bbeeb (diff) | |
download | samba-ea20678c55fee9f4586630cdb5fe7f35457d309a.tar.gz samba-ea20678c55fee9f4586630cdb5fe7f35457d309a.tar.bz2 samba-ea20678c55fee9f4586630cdb5fe7f35457d309a.zip |
s3-build: taise tdb version when building against system libtdb library.
Try to fix the build on "buildsamba02". At least fixes the build on fedora12
with libtdb-devel-1.1.5-2.fc12.x86_64 installed.
Volker, please check.
Guenther
-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 80952b5e85..01dcd9f744 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4891,7 +4891,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.2.0, [ enable_external_libtdb=yes ], [ if test x$enable_external_libtdb = xyes; then |