]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
require explicit disabling of PKCS #11 in configure
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 18 Sep 2014 11:33:52 +0000 (13:33 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 18 Sep 2014 11:33:52 +0000 (13:33 +0200)
configure.ac

index d41307cfba6ee812ed77dd28dadfc84f8d139fee..87bb4c71b790e6da7c93cfa29163e503f6f60963 100644 (file)
@@ -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