diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-09-27 20:37:27 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-09-29 04:15:11 +0200 |
commit | eb935e08d388aab7e02f8ec0ce58b0a62808de5c (patch) | |
tree | 8c9598d6a1e29af93d77c52c971a2eeb1be0615c /source4 | |
parent | 8b7199e7b22ac727ebc65308bf08360dc9f4b0c0 (diff) | |
download | samba-eb935e08d388aab7e02f8ec0ce58b0a62808de5c.tar.gz samba-eb935e08d388aab7e02f8ec0ce58b0a62808de5c.tar.bz2 samba-eb935e08d388aab7e02f8ec0ce58b0a62808de5c.zip |
s4:configure: require tdb >= 1.1.3 from the system
metze
Diffstat (limited to 'source4')
-rw-r--r-- | source4/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index fa2d8d9950..611b8dd104 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -46,7 +46,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) |