diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-13 10:53:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:43 -0500 |
commit | e10faa4a66f909ac9e7a404762dce10e6b09ba1e (patch) | |
tree | 4b47726232ff11eaa779b12f8a1db030115e69c0 /source4 | |
parent | f7ae1fc1ca09c8a42a28929337cccdb6d735f960 (diff) | |
download | samba-e10faa4a66f909ac9e7a404762dce10e6b09ba1e.tar.gz samba-e10faa4a66f909ac9e7a404762dce10e6b09ba1e.tar.xz samba-e10faa4a66f909ac9e7a404762dce10e6b09ba1e.zip |
r25123: we only need lib/ldb/sqlite3.m4 and lib/ldb/libldb.m4,
when we build our own ldb...
metze
(This used to be commit 775f723c80335d3c701b907af18420ae68933d2f)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index de2b78122c2..32eb02db96b 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -50,13 +50,12 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb >= 0.9.1, SMB_SUBSYSTEM(ldb_map, [], [LIBLDB]) ], [ + m4_include(lib/ldb/sqlite3.m4) m4_include(lib/ldb/libldb.m4) SMB_INCLUDE_MK(lib/ldb/config.mk) ] ) -m4_include(lib/ldb/sqlite3.m4) -m4_include(lib/ldb/libldb.m4) m4_include(lib/tls/config.m4) m4_include(lib/events/config.m4) |