From: Nikos Mavrogiannopoulos Date: Thu, 18 Sep 2014 11:33:52 +0000 (+0200) Subject: require explicit disabling of PKCS #11 in configure X-Git-Tag: gnutls_3_4_0~916 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11780f4e2df1898f906a45c259faef4b3efb24b9;p=thirdparty%2Fgnutls.git require explicit disabling of PKCS #11 in configure --- diff --git a/configure.ac b/configure.ac index d41307cfba..87bb4c71b7 100644 --- a/configure.ac +++ b/configure.ac @@ -429,10 +429,11 @@ if test "$with_p11_kit" != "no"; then fi else with_p11_kit=no - AC_MSG_WARN([[ + AC_MSG_ERROR([[ *** -*** p11-kit >= $P11_KIT_MINIMUM was not found. PKCS #11 support will be disabled. -*** You may get it from http://p11-glue.freedesktop.org/p11-kit.html +*** p11-kit >= $P11_KIT_MINIMUM was not found. To disable PKCS #11 support +*** use --without-p11-kit, otherwise you may get p11-kit from +*** http://p11-glue.freedesktop.org/p11-kit.html *** ]]) fi fi