Remove unsupported colon from configure msg.
authorZentaro Kavanagh <zentaro@chromium.org>
Mon, 11 Dec 2017 20:41:16 +0000 (12:41 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 12 Dec 2017 19:37:08 +0000 (20:37 +0100)
commit70f92025ae504cda97ff3a130f19035450967836
tree7e02ead25be61ff41fdd179b7395769586bd2cdd
parent2ab9847f54da80352e6ce1f4281649a86558a822
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>
wscript_configure_system_mitkrb5