From: David MacKenzie Date: Thu, 8 Sep 1994 20:44:56 +0000 (+0000) Subject: ignore cross compilatino warnings X-Git-Tag: fsf-origin~468 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963453e7bf44b1490462a23541f11e747e165c10;p=thirdparty%2Fautoconf.git ignore cross compilatino warnings --- diff --git a/testsuite/lib/common.exp b/testsuite/lib/common.exp index a71192f19..43f920c96 100644 --- a/testsuite/lib/common.exp +++ b/testsuite/lib/common.exp @@ -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