summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-04-22 07:21:55 +0000
committerSimon Josefsson <simon@josefsson.org>2007-04-22 07:21:55 +0000
commit5bc7dc03b401d1814a8e9b3c7340840bafdf12f6 (patch)
tree7d2f58f53383fec9c59b2a26317ca12fc627da10
parent5f56958ece13f1649a0ab9503978df9ce94d2206 (diff)
downloadgnutls-5bc7dc03b401d1814a8e9b3c7340840bafdf12f6.tar.gz
Check for OpenCDK function that is only available in OpenCDK 0.6.0.
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 31afa7e992..08312b0216 100644
--- a/configure.in
+++ b/configure.in
@@ -396,8 +396,7 @@ if test x$ac_enable_openpgp = xyes; then
ac_enable_included_opencdk=no)
if test x$ac_enable_included_opencdk = xno;then
AC_LIB_HAVE_LINKFLAGS(opencdk,, [
-#include <stddef.h> /* opencdk <= 0.5.13 uses size_t without this include */
-#include <opencdk.h>], [cdk_check_version (OPENCDK_VERSION);])
+#include <opencdk.h>], [cdk_armor_encode_buffer (NULL, 0, NULL, 0, NULL, 0);])
if test "$ac_cv_libopencdk" != yes; then
ac_enable_included_opencdk=yes
AC_MSG_WARN([[