]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Always use included pakchois.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 28 May 2010 15:31:10 +0000 (17:31 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 3 Jun 2010 17:54:56 +0000 (19:54 +0200)
lib/m4/hooks.m4

index aaf95c6b8d61ef982278c6b05713d0c80f5d3f54..ddac5f8c0bf1c810e8acb39aa438497f5ec13812 100644 (file)
@@ -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")