From: Nikos Mavrogiannopoulos Date: Fri, 28 May 2010 15:31:10 +0000 (+0200) Subject: Always use included pakchois. X-Git-Tag: gnutls_2_11_3~239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbb915fefc9219150ef5be21d3926cd3d58ce9d1;p=thirdparty%2Fgnutls.git Always use included pakchois. --- diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4 index aaf95c6b8d..ddac5f8c0b 100644 --- a/lib/m4/hooks.m4 +++ b/lib/m4/hooks.m4 @@ -107,6 +107,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS], ]]) fi fi + #not other option for now. The released pakchois cannot open an arbitrary PKCS11 module, + #and the author is reluctant to add such feature. + included_pakchois=yes AC_MSG_CHECKING([whether to use the included pakchois]) AC_MSG_RESULT($included_pakchois) AM_CONDITIONAL(ENABLE_LOCAL_PAKCHOIS, test "$included_pakchois" = "yes")