mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
ignore cross compilatino warnings
This commit is contained in:
parent
01cddb594a
commit
963453e7bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user