mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
2ab9847f54
commit
70f92025ae
@ -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>''',
|
||||
|
Loading…
Reference in New Issue
Block a user