diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-11-05 14:12:16 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-11-05 14:12:16 +0100 |
commit | 65e184ffdcf0441b51cd447f519d929376f7e06b (patch) | |
tree | b815d8838a6f120337926e155c68bddcc83ea9f2 | |
parent | d373f2102a416b2f87882e670b3899001e84c771 (diff) | |
download | gnutls-65e184ffdcf0441b51cd447f519d929376f7e06b.tar.gz |
Make sure libgcrypt's dependency on libgpg-error is known.
-rw-r--r-- | lib/m4/hooks.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4 index 2973d6dfda..8e3ec92b5b 100644 --- a/lib/m4/hooks.m4 +++ b/lib/m4/hooks.m4 @@ -34,7 +34,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}` AC_SUBST(DLL_VERSION) - AC_LIB_HAVE_LINKFLAGS(gcrypt,, [#include <gcrypt.h>], + AC_LIB_HAVE_LINKFLAGS([gcrypt], [gpg-error], [#include <gcrypt.h>], [enum gcry_cipher_algos i = GCRY_CIPHER_CAMELLIA128]) if test "$ac_cv_libgcrypt" != yes; then AC_MSG_ERROR([[ |