diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-07-02 15:19:40 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-07-02 15:19:40 +1000 |
commit | acfb01a8f63f5b84c271ae0599bf40d92237cdf9 (patch) | |
tree | cd51372ff56d25b5d5249ce8cd5552b1ddec2b05 /source3 | |
parent | 465b879902dcf06940730ec41542fbdf7bd8dc08 (diff) | |
download | samba-acfb01a8f63f5b84c271ae0599bf40d92237cdf9.tar.gz samba-acfb01a8f63f5b84c271ae0599bf40d92237cdf9.tar.bz2 samba-acfb01a8f63f5b84c271ae0599bf40d92237cdf9.zip |
change talloc to 2.0.0
This is needed to prevent samba3 and samba4 from using an ABI
incompatible system version of talloc
See ongoing discussion on the samba-technical mailing list
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 027433611b..a1388fdff1 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4737,7 +4737,7 @@ AC_ARG_ENABLE(external_libtalloc, [AS_HELP_STRING([--enable-external-libtalloc], if test "x$enable_external_libtalloc" != xno then - PKG_CHECK_MODULES(LIBTALLOC, talloc >= 1.3.0, + PKG_CHECK_MODULES(LIBTALLOC, talloc >= 2.0.0, [ enable_external_libtalloc=yes ], [ if test x$enable_external_libtalloc = xyes; then AC_MSG_ERROR([Unable to find libtalloc]) |