summaryrefslogtreecommitdiff
path: root/source3/samba4.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-31 08:55:49 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-31 08:55:49 +0100
commitae19f5acddee6d6507225c0c9a625383255a6d4c (patch)
treef354f522eb348d34c2c80dfe02d8a4d2290c72ef /source3/samba4.m4
parent6028e8f34626e7443ee58becaf1d27b9e2c56088 (diff)
downloadsamba-ae19f5acddee6d6507225c0c9a625383255a6d4c.tar.gz
samba-ae19f5acddee6d6507225c0c9a625383255a6d4c.tar.bz2
samba-ae19f5acddee6d6507225c0c9a625383255a6d4c.zip
s4:build: require ldb 0.9.3 when building against an external library
metze
Diffstat (limited to 'source3/samba4.m4')
-rw-r--r--source3/samba4.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4
index fd0cc8305c..ee47fccfb2 100644
--- a/source3/samba4.m4
+++ b/source3/samba4.m4
@@ -71,7 +71,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.2,
SMB_INCLUDE_MK(../lib/tevent/python.mk)
-SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb = 0.9.1,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb = 0.9.3,
[
SMB_INCLUDE_MK(lib/ldb/ldb_ildap/config.mk)
SMB_INCLUDE_MK(lib/ldb/tools/config.mk)