summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-23 11:27:50 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-23 11:27:50 +0000
commit963c4735af038b69fdf953f54cfa09696b5b8a9f (patch)
treed316cc9e48a2553ac2c8ee2083fa9468a2f203f5
parentd866566da21198488cab8ad1b7772c31364e99c7 (diff)
downloadgnutls-963c4735af038b69fdf953f54cfa09696b5b8a9f.tar.gz
Depends on opencdk 0.2.0
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 0037224f66..c40cfb032f 100644
--- a/configure.in
+++ b/configure.in
@@ -293,10 +293,10 @@ 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.1.0, AC_DEFINE(HAVE_LIBOPENCDK),
+ AM_PATH_LIBOPENCDK( 0.2.0, AC_DEFINE(HAVE_LIBOPENCDK),
AC_MSG_WARN([[
***
-*** libopencdk was not found. You will not be able to use OpenPGP keys with gnutls.
+*** libopencdk 0.2.0 was not found. You will not be able to use OpenPGP keys with gnutls.
]]))
else
AC_MSG_RESULT(yes)