From: Jelmer Vernooij Date: Fri, 19 Dec 2008 22:33:43 +0000 (+0100) Subject: Depend on specific version of LDB, as the API seems to unstable X-Git-Tag: samba-4.0.0alpha6~465 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89043bda3e8922f1442f7e0a0f087697ad1ed7a7;p=thirdparty%2Fsamba.git 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 :-( --- diff --git a/source4/configure.ac b/source4/configure.ac index 7162081bbb2..b2c169c86a9 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)