summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/wscript b/source3/wscript
index 40b2cde725..d692b22cc4 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -647,10 +647,6 @@ krb5_get_init_creds_opt_free(ctx, opt);
'KRB5_CREDS_OPT_FREE_REQUIRES_CONTEXT',
headers='krb5.h', link=False,
msg="Checking whether krb5_get_init_creds_opt_free takes a context argument")
- conf.CHECK_CODE('krb5_mk_error(0,0,0)',
- 'HAVE_SHORT_KRB5_MK_ERROR_INTERFACE',
- headers='krb5.h', link=False,
- msg="Checking whether krb5_mk_error takes 3 arguments MIT or 9 Heimdal")
conf.CHECK_CODE('''
const krb5_data *pkdata;
krb5_context context;