From 39d73e2420be17cc7db16353e1a51a5d2123f9f1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 5 Jan 2012 11:16:24 +1100 Subject: krb5: Require krb5_get_renewed_creds be available to build with krb5 --- source4/heimdal_build/wscript_configure | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 7fd557c017..8a34fddccd 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -117,7 +117,6 @@ conf.define('HAVE_KRB5_GET_INIT_CREDS_OPT_ALLOC', 1) conf.define('HAVE_KRB5_GET_INIT_CREDS_OPT_FREE', 1) conf.define('HAVE_KRB5_GET_INIT_CREDS_OPT_GET_ERROR', 1) conf.define('HAVE_KRB5_GET_INIT_CREDS_OPT_SET_PAC_REQUEST', 1) -conf.define('HAVE_KRB5_GET_KDC_CRED', 1) conf.define('HAVE_KRB5_GET_PW_SALT', 1) conf.define('HAVE_KRB5_GET_RENEWED_CREDS', 1) conf.define('HAVE_KRB5_KEYBLOCK_KEYVALUE', 1) -- cgit