summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-21 13:37:20 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:59 +0100
commit91fe80a555e45560e77732fd20cdf5ea439eacfd (patch)
treeb7a206f553a7e18358e9ea5fc99d6fff6d3e41f9 /source4/configure.ac
parent29cf3a93cc8a67edcf307ba944bb3d5f90a3d55a (diff)
downloadsamba-91fe80a555e45560e77732fd20cdf5ea439eacfd.tar.gz
samba-91fe80a555e45560e77732fd20cdf5ea439eacfd.tar.bz2
samba-91fe80a555e45560e77732fd20cdf5ea439eacfd.zip
r26090: Make building tdb python bindings independent of use of external tdb.
(This used to be commit bfe54e2f197ea3ef760aeeef8c248ff71419ecd8)
Diffstat (limited to 'source4/configure.ac')
-rw-r--r--source4/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index 53fcc11804..f4fb671aed 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -36,7 +36,9 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.1.0,
)
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.0,
- [],
+ [
+ SMB_INCLUDE_MK(lib/tdb/python.mk)
+ ],
[
m4_include(lib/tdb/libtdb.m4)
SMB_INCLUDE_MK(lib/tdb/config.mk)