summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-18 13:33:52 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-18 13:33:52 +0200
commit11780f4e2df1898f906a45c259faef4b3efb24b9 (patch)
tree86b4f5bbcbc064c6bc89f243a322b018114ffe26 /configure.ac
parentd1193c4ef43cca0e66b7f81fb56cb652fee7c26d (diff)
downloadgnutls-11780f4e2df1898f906a45c259faef4b3efb24b9.tar.gz
require explicit disabling of PKCS #11 in configure
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
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