summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-09 21:51:42 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-09 21:51:42 +0000
commit3978d55e3e3b474e0568afccec05d68c7bab4419 (patch)
tree2220ab64b2df3b4f0f4c0cb04e24d2316e279d82
parent25e88902c9fedc1e6af59e450cdb36908d5a9956 (diff)
downloadgnutls-3978d55e3e3b474e0568afccec05d68c7bab4419.tar.gz
opencdk is now mandatory in the base installation.
-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)