diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-05 10:46:24 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-01-10 21:50:07 +0100 |
commit | 17e61e4290d7d95b0bdd2accda24e526484a1c51 (patch) | |
tree | 789cfc106f27a21e8ee9c6bf5dd13a3aea69efc2 /source4/heimdal_build/wscript_configure | |
parent | 803dc389d1ade89708a3fedc91dd2c271f4a495b (diff) | |
download | samba-17e61e4290d7d95b0bdd2accda24e526484a1c51.tar.gz samba-17e61e4290d7d95b0bdd2accda24e526484a1c51.tar.bz2 samba-17e61e4290d7d95b0bdd2accda24e526484a1c51.zip |
krb5: Require krb5_c_enctype_compare is available to build with krb5
Diffstat (limited to 'source4/heimdal_build/wscript_configure')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 2c111b99e8..edc53dfcfc 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -103,7 +103,6 @@ conf.define('HAVE_KRB5_C_ENCTYPE_COMPARE', 1) conf.define('HAVE_KRB5_C_VERIFY_CHECKSUM', 1) conf.define('HAVE_FREE_AP_REQ', 1) conf.define('HAVE_KRB5_DECODE_AP_REQ', 1) -conf.define('HAVE_KRB5_ENCTYPES_COMPATIBLE_KEYS', 1) conf.define('HAVE_KRB5_ENCTYPE_TO_STRING', 1) conf.define('HAVE_KRB5_ENCTYPE_TO_STRING_WITH_KRB5_CONTEXT_ARG', 1) conf.define('HAVE_KRB5_FREE_ERROR_CONTENTS', 1) |