summaryrefslogtreecommitdiff
path: root/source4/configure.ac
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 /source4/configure.ac
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 '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 ef3bfd73f6..32778790e5 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -66,7 +66,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)