summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-19 23:33:43 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-19 23:33:43 +0100
commit89043bda3e8922f1442f7e0a0f087697ad1ed7a7 (patch)
tree1f826e1f37e3edd6aa7dcfc836bdae3174740bd0 /source4/configure.ac
parent071a71e27f4d62fcdfa641669368f2d2a42a86af (diff)
downloadsamba-89043bda3e8922f1442f7e0a0f087697ad1ed7a7.tar.gz
samba-89043bda3e8922f1442f7e0a0f087697ad1ed7a7.tar.bz2
samba-89043bda3e8922f1442f7e0a0f087697ad1ed7a7.zip
Depend on specific version of LDB, as the API seems to unstable
to predict that newer versions (even minor versions) are going to be be backwards compatible :-(
Diffstat (limited to 'source4/configure.ac')
-rw-r--r--source4/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index 7162081bbb..b2c169c86a 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -61,7 +61,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.3,
SMB_INCLUDE_MK(../lib/tdb/python.mk)
-SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb >= 0.9.1,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb = 0.9.1,
[
SMB_INCLUDE_MK(lib/ldb/ldb_ildap/config.mk)
SMB_INCLUDE_MK(lib/ldb/tools/config.mk)