]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
ignore cross compilatino warnings
authorDavid MacKenzie <djm@djmnet.org>
Thu, 8 Sep 1994 20:44:56 +0000 (20:44 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 8 Sep 1994 20:44:56 +0000 (20:44 +0000)
testsuite/lib/common.exp

index a71192f199ba21b4ce6cf0acce1e323e75fb0d23..43f920c96b03b4b5d1c38f16b50d46aca46f7bdc 100644 (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