diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-03-15 14:55:12 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-03-15 14:55:12 +0100 |
commit | 74299582c4989d00a45962836bb02cc7f4b2dd20 (patch) | |
tree | 82cf323038a05e839d2ea4718c1cad46ca43cc6a /source3 | |
parent | 251bf8aab5eb89b1c36696fa661d7f105ab71923 (diff) | |
download | samba-74299582c4989d00a45962836bb02cc7f4b2dd20.tar.gz samba-74299582c4989d00a45962836bb02cc7f4b2dd20.tar.bz2 samba-74299582c4989d00a45962836bb02cc7f4b2dd20.zip |
Depend on newer talloc for Samba 4 in the merged build as well.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/samba4.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4 index cfb7c1c75e..897a9b8d7a 100644 --- a/source3/samba4.m4 +++ b/source3/samba4.m4 @@ -67,7 +67,7 @@ AC_CONFIG_FILES(../source4/param/samba-hostconfig.pc) AC_CONFIG_FILES(../source4/librpc/dcerpc_samr.pc) AC_CONFIG_FILES(../source4/librpc/dcerpc_atsvc.pc) -SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.2.0, +SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.3.0, [], [ SMB_INCLUDE_MK(../lib/talloc/config.mk) |