summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-10-02 04:23:59 +0200
committerGünther Deschner <gd@samba.org>2015-10-02 07:29:43 +0200
commit6755376cedaf0c88230b47e04c584c7d9fce13e3 (patch)
treed7147132cd6e1863cd048550f1fbf3332f834c16 /source4/heimdal_build
parente524ab9f7ee9f4aff50dd5bc42312f9000bf1c6e (diff)
downloadsamba-6755376cedaf0c88230b47e04c584c7d9fce13e3.tar.gz
kerberos: make sure we only use prompter type when available.
We also verified that we cannot simply remove the prompter as several older versions of Heimdal would crash. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Fri Oct 2 07:29:43 CEST 2015 on sn-devel-104
Diffstat (limited to 'source4/heimdal_build')
-rwxr-xr-xsource4/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 710a53de85a..2635b8aeb73 100755
--- a/source4/heimdal_build/wscript_configure
+++ b/source4/heimdal_build/wscript_configure
@@ -168,6 +168,7 @@ conf.define('HAVE_KRB5_PRINCIPAL_SET_REALM', 1)
conf.define('HAVE_KRB5_PRINCIPAL_SET_TYPE', 1)
conf.define('HAVE_KRB5_PRINCIPAL_GET_TYPE', 1)
conf.define('HAVE_KRB5_WARNX', 1)
+conf.define('HAVE_KRB5_PROMPT_TYPE', 1)
heimdal_includedirs = []
heimdal_libdirs = []