diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-30 12:05:25 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-30 04:58:04 +0200 |
commit | e1eae822856c076f63874d8d3b07691b3154848d (patch) | |
tree | a4784ae6685cd7bd810bd626c0f600c7ca8f0f6a /source4/heimdal_build | |
parent | b1f2547699d335287d5f007d108a067eb7a0203d (diff) | |
download | samba-e1eae822856c076f63874d8d3b07691b3154848d.tar.gz samba-e1eae822856c076f63874d8d3b07691b3154848d.tar.xz samba-e1eae822856c076f63874d8d3b07691b3154848d.zip |
kerberos: Only include gssapi/gssapi_krb5.h when available
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index cd2a70f320..6552d3a925 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -73,6 +73,7 @@ conf.DEFINE('SAMBA4_INTERNAL_HEIMDAL', 1) # setup the right defines for a in-tree heimdal build Logs.info("Using in-tree heimdal kerberos defines") conf.define('HAVE_GSSAPI_GSSAPI_H', 1) +conf.define('HAVE_GSSAPI_GSSAPI_KRB5_H', 1) conf.define('HAVE_AP_OPTS_USE_SUBKEY', 1) conf.define('HAVE_KRB5_ADDRESSES', 1) conf.define('HAVE_KRB5_KEYTAB_ENTRY_KEYBLOCK', 1) |