summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-16 14:34:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:49 -0500
commit122888052f1b1e230c12d8eedde931ea1c897261 (patch)
tree8394d5c99be6adf94899220881e69c746d65ae60 /source4/configure.ac
parent7c8e4c7cbb87978b1dc1c948e1918abbc8fe1286 (diff)
downloadsamba-122888052f1b1e230c12d8eedde931ea1c897261.tar.gz
samba-122888052f1b1e230c12d8eedde931ea1c897261.tar.bz2
samba-122888052f1b1e230c12d8eedde931ea1c897261.zip
r25190: Update talloc version to 1.1.0 after API-incompatible changes.
(This used to be commit 66000a1fa2365cd8a08e3ecaaa116b27eb74e8b8)
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 32eb02db96..bdbb2249a9 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -27,7 +27,7 @@ m4_include(lib/charset/config.m4)
m4_include(lib/socket/config.m4)
m4_include(nsswitch/nsstest.m4)
-SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.0,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.1.0,
[],
[
m4_include(lib/talloc/libtalloc.m4)