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
This commit is contained in:
Jörg Mayer 2006-07-25 05:15:00 +00:00
parent 2fff2519d3
commit 5fe867f085
1 changed files with 1 additions and 1 deletions

View File

@ -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])