diff options
author | Simo Sorce <idra@samba.org> | 2009-07-02 09:29:20 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-07-03 08:45:29 -0400 |
commit | 2738178d1301f9c1c4144c7472c9419911cd816e (patch) | |
tree | 7e40836e4677f27d4b7244c462cc71ff80a7820b /source3 | |
parent | b54e48b830dbc3d66f9de5d2711a57a1630809e2 (diff) | |
download | samba-2738178d1301f9c1c4144c7472c9419911cd816e.tar.gz samba-2738178d1301f9c1c4144c7472c9419911cd816e.tar.bz2 samba-2738178d1301f9c1c4144c7472c9419911cd816e.zip |
Restore ABI compatibility for talloc.
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 7115a3ba4d..3a95b6a750 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4741,7 +4741,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 >= 2.0.0, + PKG_CHECK_MODULES(LIBTALLOC, talloc >= 1.4.0, [ enable_external_libtalloc=yes ], [ if test x$enable_external_libtalloc = xyes; then AC_MSG_ERROR([Unable to find libtalloc]) |