diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-31 08:55:49 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-31 08:55:49 +0100 |
commit | ae19f5acddee6d6507225c0c9a625383255a6d4c (patch) | |
tree | f354f522eb348d34c2c80dfe02d8a4d2290c72ef | |
parent | 6028e8f34626e7443ee58becaf1d27b9e2c56088 (diff) | |
download | samba-ae19f5acddee6d6507225c0c9a625383255a6d4c.tar.gz samba-ae19f5acddee6d6507225c0c9a625383255a6d4c.tar.bz2 samba-ae19f5acddee6d6507225c0c9a625383255a6d4c.zip |
s4:build: require ldb 0.9.3 when building against an external library
metze
-rw-r--r-- | source3/samba4.m4 | 2 | ||||
-rw-r--r-- | source4/configure.ac | 2 |
2 files changed, 2 insertions, 2 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) 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) |