diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-11-06 10:26:19 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-11-06 10:26:19 +0000 |
commit | fce57cc230767a822d3213a826dc4d63af292596 (patch) | |
tree | 203d162bf24fe06dc8b7435ae0031fcddbf3cd3c /configure.ac | |
parent | 305515c6010b4639a941d83cf437628e48b296e9 (diff) |
-bump configure test for an even more recent libgcrypt symbol
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e248683b0..50169797e 100644 --- a/configure.ac +++ b/configure.ac @@ -223,7 +223,7 @@ NEED_LIBGCRYPT_VERSION=1.6.0 AM_PATH_LIBGCRYPT("$NEED_LIBGCRYPT_API:$NEED_LIBGCRYPT_VERSION", gcrypt=1) -AC_CHECK_DECLS([gcry_mpi_lshift], [], [], [[#include <gcrypt.h>]]) +AC_CHECK_DECLS([gcry_mpi_set_opaque_copy], [], [], [[#include <gcrypt.h>]]) if test $gcrypt = 0 then |