summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-11 22:49:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:39 -0500
commit97f25fe522d71ad99a7a664e35422911de0af4e5 (patch)
tree2a86d0ca6ebe7e16251ced56a19a48770eecb772 /source4/configure.ac
parente885a8f47735381839fc324236ed361897a968e4 (diff)
downloadsamba-97f25fe522d71ad99a7a664e35422911de0af4e5.tar.gz
samba-97f25fe522d71ad99a7a664e35422911de0af4e5.tar.bz2
samba-97f25fe522d71ad99a7a664e35422911de0af4e5.zip
r25106: ldb_map is provided by libldb.so in the system-provided ldb.
(This used to be commit 15476d75e781a9755f2e842d83527836758e4369)
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 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)