summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/neon.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/neon.m4 b/macros/neon.m4
index 0a207ea..d4c5daa 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -972,7 +972,8 @@ gnutls)
# Check for functions in later releases
NE_CHECK_FUNCS(gnutls_session_get_data2 gnutls_x509_dn_get_rdn_ava \
- gnutls_sign_callback_set)
+ gnutls_sign_callback_set \
+ gnutls_certificate_get_x509_cas)
# Check for iconv support if using the new RDN access functions:
if test ${ac_cv_func_gnutls_x509_dn_get_rdn_ava}X${ac_cv_header_iconv_h} = yesXyes; then