diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-25 15:28:41 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:09 +0100 |
commit | 08b01dba3df8561e1a8898f1c99a23db387e04cb (patch) | |
tree | 00eb50ae977d098f96411c9ec282c096a8f7c91d /source4/configure.ac | |
parent | 3023afce68684b5c256c1951adb62f255e00c7bc (diff) | |
download | samba-08b01dba3df8561e1a8898f1c99a23db387e04cb.tar.gz samba-08b01dba3df8561e1a8898f1c99a23db387e04cb.tar.xz samba-08b01dba3df8561e1a8898f1c99a23db387e04cb.zip |
r26113: Build tdb python bindings even when not using system tdb.
(This used to be commit ebe63bd3bcb1e1c9faf2641f5b7661769eadac63)
Diffstat (limited to 'source4/configure.ac')
-rw-r--r-- | source4/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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) |