summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 079c646f16..d7a14cd0ed 100644
--- a/configure.in
+++ b/configure.in
@@ -278,9 +278,11 @@ AC_ARG_ENABLE( openpgp-authentication, [ --disable-openpgp-authentication disab
if test x$ac_enable_openpgp != xno; then
AC_MSG_RESULT(no)
AM_PATH_LIBOPENCDK( 0.5.2, AC_DEFINE(HAVE_LIBOPENCDK, 1, [have libopencdk]),
- AC_MSG_WARN([[
+ AC_MSG_ERROR([[
+***
+*** libopencdk 0.5.2 was not found. You may want to get it from
+*** ftp://ftp.gnutls.org/pub/gnutls/opencdk/
***
-*** libopencdk 0.5.2 was not found. You will not be able to use OpenPGP keys with gnutls.
]]))
else
AC_MSG_RESULT(yes)