diff options
-rw-r--r-- | source4/configure.ac | 2 |
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) |