summaryrefslogtreecommitdiff
path: root/wscript_configure_system_mitkrb5
diff options
context:
space:
mode:
authorZentaro Kavanagh <zentaro@chromium.org>2017-12-11 12:41:16 -0800
committerJeremy Allison <jra@samba.org>2017-12-12 20:37:08 +0100
commit70f92025ae504cda97ff3a130f19035450967836 (patch)
tree7e02ead25be61ff41fdd179b7395769586bd2cdd /wscript_configure_system_mitkrb5
parent2ab9847f54da80352e6ce1f4281649a86558a822 (diff)
downloadsamba-70f92025ae504cda97ff3a130f19035450967836.tar.gz
Remove unsupported colon from configure msg.
- When cross-compiling an answers file must be supplied via --cross-compile --cross-answers=<path to answers>. - The lines in the answer file have the form; Config Msg: Answer - The colon is used to delimit the msg and the answer when reading the answers file. - WAF doesn't support the message containing a colon. - It's not possible to override this variable so cross compile fails. Signed-off-by: Zentaro Kavanagh <zentaro@google.com> Reviewed-by: Uri Simchoni <uri@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript_configure_system_mitkrb5')
-rw-r--r--wscript_configure_system_mitkrb52
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_configure_system_mitkrb5 b/wscript_configure_system_mitkrb5
index 9c351131ad1..803dad7ab63 100644
--- a/wscript_configure_system_mitkrb5
+++ b/wscript_configure_system_mitkrb5
@@ -282,7 +282,7 @@ conf.CHECK_CODE('''
''',
'HAVE_WRFILE_KEYTAB',
headers='krb5.h', lib='krb5', execute=True,
- msg="Checking whether the WRFILE:-keytab is supported");
+ msg="Checking whether the WRFILE -keytab is supported");
# Check for KRB5_DEPRECATED handling
conf.CHECK_CODE('''#define KRB5_DEPRECATED 1
#include <krb5.h>''',