summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-03-05 10:46:46 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-03-05 10:46:46 +1100
commit92bb91a6115ac035e3c37e471931c2a388dc843e (patch)
treed4f482b4272acac26739e9e608796d10c27b601b /source4/configure.ac
parent5a9f668dabb62efd70054dc35d19c60d027793b5 (diff)
downloadsamba-92bb91a6115ac035e3c37e471931c2a388dc843e.tar.gz
samba-92bb91a6115ac035e3c37e471931c2a388dc843e.tar.bz2
samba-92bb91a6115ac035e3c37e471931c2a388dc843e.zip
Update talloc version so we don't fail on system talloc 1.2.0
The problem is that talloc in the Samba tree now includes talloc_get_type_abort(), which is not present on Fedora 10 or ubuntu's talloc 1.2.0. Andrew Bartlett
Diffstat (limited to 'source4/configure.ac')
-rw-r--r--source4/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index 54ca9108b1..d33df08406 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -42,7 +42,7 @@ AC_CONFIG_FILES(param/samba-hostconfig.pc)
AC_CONFIG_FILES(librpc/dcerpc_samr.pc)
AC_CONFIG_FILES(librpc/dcerpc_atsvc.pc)
-SMB_INCLUDED_LIB_PKGCONFIG(LIBTALLOC, talloc >= 1.2.0, [],
+SMB_INCLUDED_LIB_PKGCONFIG(LIBTALLOC, talloc >= 1.2.1, [],
[
m4_include(../lib/talloc/libtalloc.m4)
SMB_INCLUDE_MK(../lib/talloc/config.mk)