From: Simon Josefsson Date: Thu, 5 Nov 2009 13:12:16 +0000 (+0100) Subject: Make sure libgcrypt's dependency on libgpg-error is known. X-Git-Tag: gnutls_2_9_8~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65e184ffdcf0441b51cd447f519d929376f7e06b;p=thirdparty%2Fgnutls.git Make sure libgcrypt's dependency on libgpg-error is known. --- 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 ], + AC_LIB_HAVE_LINKFLAGS([gcrypt], [gpg-error], [#include ], [enum gcry_cipher_algos i = GCRY_CIPHER_CAMELLIA128]) if test "$ac_cv_libgcrypt" != yes; then AC_MSG_ERROR([[