diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-19 23:33:43 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-19 23:33:43 +0100 |
commit | 89043bda3e8922f1442f7e0a0f087697ad1ed7a7 (patch) | |
tree | 1f826e1f37e3edd6aa7dcfc836bdae3174740bd0 /source4 | |
parent | 071a71e27f4d62fcdfa641669368f2d2a42a86af (diff) | |
download | samba-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')
-rw-r--r-- | source4/configure.ac | 2 |
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) |