aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-07-25 05:15:00 +0000
committerJörg Mayer <jmayer@loplof.de>2006-07-25 05:15:00 +0000
commit5fe867f0851fd6771852d77af6b051f19ad25212 (patch)
tree2e1da4a5e087e732532ae0dc3a8a1c840889f594 /configure.in
parent2fff2519d3063c3a8adf97109c630962117f7a2f (diff)
Jeff Morriss:
According to this page: http://lists.gnupg.org/pipermail/gnupg-announce/2003q3/000155.html the 'gcry_cipher_hd_t' structure didn't show up until 1.1.42. svn path=/trunk/; revision=18789
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d4f915e5aa..cdfcc6a13f 100644
--- a/configure.in
+++ b/configure.in
@@ -81,7 +81,7 @@ AM_PATH_LIBGNUTLS(1.0.0,
)
# libgrypt
-AM_PATH_LIBGCRYPT(1.1.0,
+AM_PATH_LIBGCRYPT(1.1.42,
[
echo "libgcrypt found, enabling ipsec decryption"
AC_DEFINE(HAVE_LIBGCRYPT, 1, [Define to use libgcrypt])