summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-09-27 20:37:27 +0200
committerStefan Metzmacher <metze@samba.org>2008-09-29 04:15:11 +0200
commiteb935e08d388aab7e02f8ec0ce58b0a62808de5c (patch)
tree8c9598d6a1e29af93d77c52c971a2eeb1be0615c /source3
parent8b7199e7b22ac727ebc65308bf08360dc9f4b0c0 (diff)
downloadsamba-eb935e08d388aab7e02f8ec0ce58b0a62808de5c.tar.gz
samba-eb935e08d388aab7e02f8ec0ce58b0a62808de5c.tar.bz2
samba-eb935e08d388aab7e02f8ec0ce58b0a62808de5c.zip
s4:configure: require tdb >= 1.1.3 from the system
metze
Diffstat (limited to 'source3')
-rw-r--r--source3/samba4.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4
index 728fd2d45d..81f1809210 100644
--- a/source3/samba4.m4
+++ b/source3/samba4.m4
@@ -35,7 +35,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.2.0,
]
)
-SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.0,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.3,
[],
[
m4_include(../lib/tdb/libtdb.m4)