summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-30 17:41:51 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-30 12:55:39 +0200
commit65bd5eb04bcd426833ba4a5cf424af9710f03f2e (patch)
tree866454f7e463188321459ab69012b3337035d35f /source4/heimdal_build
parent9cae92b48574d22e0d8e129ed6cb3d2ca20b6fc8 (diff)
downloadsamba-65bd5eb04bcd426833ba4a5cf424af9710f03f2e.tar.gz
samba-65bd5eb04bcd426833ba4a5cf424af9710f03f2e.tar.bz2
samba-65bd5eb04bcd426833ba4a5cf424af9710f03f2e.zip
lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used there
This is also where the related krb5_princ_component is declared. Also fix the configure check to use the correct name This helps the autoconf build on Heimdal. Andrew Bartlett
Diffstat (limited to 'source4/heimdal_build')
-rwxr-xr-xsource4/heimdal_build/wscript_configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure
index 31e0c5c23e..e8dab6800a 100755
--- a/source4/heimdal_build/wscript_configure
+++ b/source4/heimdal_build/wscript_configure
@@ -154,7 +154,7 @@ conf.define('HAVE_ENCTYPE_ARCFOUR_HMAC', 1)
conf.define('HAVE_KRB5_PDU_NONE_DECL', 1)
conf.define('HAVE_ENCTYPE_AES128_CTS_HMAC_SHA1_96', 1)
conf.define('HAVE_ENCTYPE_AES256_CTS_HMAC_SHA1_96', 1)
-conf.define('HAVE_KRB5_KRB5_PRINCIPAL_GET_NUM_COMP', 1)
+conf.define('HAVE_KRB5_PRINCIPAL_GET_NUM_COMP', 1)
conf.define('HAVE_GSSAPI_GSSAPI_SPNEGO_H', 1)
heimdal_includedirs = []