summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-25 12:27:02 +0200
committerGünther Deschner <gd@samba.org>2010-05-25 12:27:05 +0200
commit8e41f2e66a6be425e161ee2ec1cea386332a6186 (patch)
tree0440ba209f99ab367570675f842b381aa2f207ae /source3/wscript
parentabf27643616a0ad2c0477869c2146d852ee57026 (diff)
downloadsamba-8e41f2e66a6be425e161ee2ec1cea386332a6186.tar.gz
samba-8e41f2e66a6be425e161ee2ec1cea386332a6186.tar.bz2
samba-8e41f2e66a6be425e161ee2ec1cea386332a6186.zip
s3-waf: very simple start on getting krb5 build to work.
Guenther
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index a58c524cb5..08044ecef7 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -417,6 +417,8 @@ krb5_get_credentials_for_user krb5_get_host_realm krb5_free_host_realm''',
conf.CHECK_DECLS('''krb5_get_credentials_for_user
krb5_auth_con_set_req_cksumtype''',
headers='krb5.h', always=True)
+ conf.CHECK_VARIABLE('AP_OPTS_USE_SUBKEY', headers='krb5.h')
+
else:
conf.SET_TARGET_TYPE('krb5', 'EMPTY')
conf.SET_TARGET_TYPE('gssapi', 'EMPTY')