r26113: Build tdb python bindings even when not using system tdb.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 25 Nov 2007 14:28:41 +0000 (15:28 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:46:09 +0000 (05:46 +0100)
(This used to be commit ebe63bd3bcb1e1c9faf2641f5b7661769eadac63)

source4/configure.ac

index 0163940bc0df7de25a95961e23f1e61b7360fe2d..c26b03fc6665b580ad9c40b96cc3a4560f4c66b0 100644 (file)
@@ -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)