From 08b01dba3df8561e1a8898f1c99a23db387e04cb Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 25 Nov 2007 15:28:41 +0100 Subject: r26113: Build tdb python bindings even when not using system tdb. (This used to be commit ebe63bd3bcb1e1c9faf2641f5b7661769eadac63) --- source4/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/configure.ac b/source4/configure.ac index 0163940bc0..c26b03fc66 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -37,7 +37,6 @@ 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) @@ -45,6 +44,8 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.0, ] ) +SMB_INCLUDE_MK(lib/tdb/python.mk) + SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb >= 0.9.1, [ SMB_INCLUDE_MK(lib/ldb/ldb_ildap/config.mk) -- cgit