git.samba.org
/
jelmer
/
samba4-debian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67cc40
)
r26113: Build tdb python bindings even when not using system tdb.
author
Jelmer Vernooij
<jelmer@samba.org>
Sun, 25 Nov 2007 14:28:41 +0000
(15:28 +0100)
committer
Stefan Metzmacher
<metze@samba.org>
Fri, 21 Dec 2007 04:46:09 +0000
(
05:46
+0100)
source/configure.ac
patch
|
blob
|
history
diff --git
a/source/configure.ac
b/source/configure.ac
index 0163940bc0df7de25a95961e23f1e61b7360fe2d..c26b03fc6665b580ad9c40b96cc3a4560f4c66b0 100644
(file)
--- a/
source/configure.ac
+++ b/
source/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)