summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-30 12:05:25 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-30 04:58:04 +0200
commite1eae822856c076f63874d8d3b07691b3154848d (patch)
treea4784ae6685cd7bd810bd626c0f600c7ca8f0f6a /source4/heimdal_build
parentb1f2547699d335287d5f007d108a067eb7a0203d (diff)
downloadsamba-e1eae822856c076f63874d8d3b07691b3154848d.tar.gz
samba-e1eae822856c076f63874d8d3b07691b3154848d.tar.bz2
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_configure1
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)