summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-09-13 10:53:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:43 -0500
commite10faa4a66f909ac9e7a404762dce10e6b09ba1e (patch)
tree4b47726232ff11eaa779b12f8a1db030115e69c0
parentf7ae1fc1ca09c8a42a28929337cccdb6d735f960 (diff)
downloadsamba-e10faa4a66f909ac9e7a404762dce10e6b09ba1e.tar.gz
samba-e10faa4a66f909ac9e7a404762dce10e6b09ba1e.tar.bz2
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)
-rw-r--r--source4/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index de2b78122c..32eb02db96 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)