From 9730166fd6111160dc7925785317208f94fc677c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 23 Mar 2010 09:32:23 -0400 Subject: build: configure fixes for opensolaris --- source4/lib/tls/wscript | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4/lib/tls/wscript') diff --git a/source4/lib/tls/wscript b/source4/lib/tls/wscript index a993848cf9..66cc762b98 100644 --- a/source4/lib/tls/wscript +++ b/source4/lib/tls/wscript @@ -17,6 +17,13 @@ def configure(conf): conf.CHECK_FUNCS_IN('gnutls_global_init', 'gnutls', headers='gnutls/gnutls.h') + conf.CHECK_VARIABLE('gnutls_x509_crt_set_version', + headers='gnutls/gnutls.h gnutls/x509.h', + define='HAVE_GNUTLS_X509_CRT_SET_VERSION') + conf.CHECK_VARIABLE('gnutls_x509_crt_set_subject_key_id', + headers='gnutls/gnutls.h gnutls/x509.h', + define='HAVE_GNUTLS_X509_CRT_SET_SUBJECT_KEY_ID') + # check for gnutls_datum types conf.CHECK_TYPES('gnutls_datum gnutls_datum_t', headers='gnutls/gnutls.h') -- cgit