ignore cross compilatino warnings

This commit is contained in:
David MacKenzie 1994-09-08 20:44:56 +00:00
parent 01cddb594a
commit 963453e7bf

View File

@ -58,6 +58,9 @@ proc autoconf_start_plus {configout} {
if [string match "*is obsolete*" "$comp_output"] then {
return 1
}
if [string match "*allow cross*" "$comp_output"] then {
return 1
}
if ![string match "" "$comp_output"] then {
fail "$configout, problem with running autoconf"
return 0