Author: jelmer Date: 2007-11-25 15:28:41 +0000 (Sun, 25 Nov 2007) New Revision: 26113
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26113 Log: Build tdb python bindings even when not using system tdb. Modified: branches/SAMBA_4_0/source/configure.ac Changeset: Modified: branches/SAMBA_4_0/source/configure.ac =================================================================== --- branches/SAMBA_4_0/source/configure.ac 2007-11-25 14:26:16 UTC (rev 26112) +++ branches/SAMBA_4_0/source/configure.ac 2007-11-25 15:28:41 UTC (rev 26113) @@ -37,7 +37,6 @@ 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_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)
