From: Stefan Metzmacher Date: Sat, 27 Sep 2008 18:37:27 +0000 (+0200) Subject: s4:configure: require tdb >= 1.1.3 from the system X-Git-Tag: samba-4.0.0alpha6~769^2~228^2~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb935e08d388aab7e02f8ec0ce58b0a62808de5c;p=thirdparty%2Fsamba.git s4:configure: require tdb >= 1.1.3 from the system metze --- diff --git a/source3/samba4.m4 b/source3/samba4.m4 index 728fd2d45d9..81f1809210c 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) diff --git a/source4/configure.ac b/source4/configure.ac index fa2d8d99506..611b8dd104b 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)