]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Depend on specific version of LDB, as the API seems to unstable
authorJelmer Vernooij <jelmer@samba.org>
Fri, 19 Dec 2008 22:33:43 +0000 (23:33 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 19 Dec 2008 22:33:43 +0000 (23:33 +0100)
to predict that newer versions (even minor versions) are going to be be
backwards compatible :-(

source4/configure.ac

index 7162081bbb292698ec61e03a645b3a8612491cd7..b2c169c86a93a79ed97d55d3c541314d3678f8f4 100644 (file)
@@ -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)