summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-08-21 10:01:15 +0200
committerAndrew Tridgell <tridge@samba.org>2009-08-24 16:30:00 +1000
commit851b01f64ed8c5dbb7f4b9cf058d94e5a685d86e (patch)
treed1ef2a5a783dc59d7f54744430d1c7c8b684f7b0 /source3/configure.in
parent251b03eee626c10b294eee4a45a1dcc82a4fd1d9 (diff)
downloadsamba-851b01f64ed8c5dbb7f4b9cf058d94e5a685d86e.tar.gz
samba-851b01f64ed8c5dbb7f4b9cf058d94e5a685d86e.tar.bz2
samba-851b01f64ed8c5dbb7f4b9cf058d94e5a685d86e.zip
s3:configure: require talloc >= 2.0.0
metze
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 749bfc40fd..7bdc802822 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4742,7 +4742,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.4.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])