From 97f25fe522d71ad99a7a664e35422911de0af4e5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 11 Sep 2007 22:49:11 +0000 Subject: r25106: ldb_map is provided by libldb.so in the system-provided ldb. (This used to be commit 15476d75e781a9755f2e842d83527836758e4369) --- source4/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/configure.ac') diff --git a/source4/configure.ac b/source4/configure.ac index 4305bf717d..de2b78122c 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -47,7 +47,7 @@ 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) - SMB_SUBSYSTEM(ldb_map, LIBLDB) + SMB_SUBSYSTEM(ldb_map, [], [LIBLDB]) ], [ m4_include(lib/ldb/libldb.m4) -- cgit