From: Simon Josefsson Date: Tue, 3 Apr 2007 15:49:14 +0000 (+0000) Subject: Need stddef.h for opencdk.h. X-Git-Tag: gnutls_1_7_8~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=803452854af189552dbfb40cec9b4e4df5234de0;p=thirdparty%2Fgnutls.git Need stddef.h for opencdk.h. --- diff --git a/configure.in b/configure.in index b3a9cde79c..99fc7d7677 100644 --- a/configure.in +++ b/configure.in @@ -380,7 +380,9 @@ if test x$ac_enable_openpgp = xyes; then ac_enable_included_opencdk=$withval, ac_enable_included_opencdk=no) if test x$ac_enable_included_opencdk = xno;then - AC_LIB_HAVE_LINKFLAGS(opencdk,, [#include ], [cdk_check_version (OPENCDK_VERSION);]) + AC_LIB_HAVE_LINKFLAGS(opencdk,, [ +#include /* opencdk <= 0.5.13 uses size_t without this include */ +#include ], [cdk_check_version (OPENCDK_VERSION);]) if test "$ac_cv_libopencdk" != yes; then ac_enable_included_opencdk=yes AC_MSG_WARN([[