diff options
-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) |