Change output text (ar is not a linker).

This commit is contained in:
Bodo Möller 2000-03-04 02:06:04 +00:00
parent 0a150c5c9f
commit 0cff255077

View File

@ -85,7 +85,7 @@ if (open(TEST,">cctest.c")) {
}
system("ar r cctest.a");
if (not -f "cctest.a") {
print OUT "Check your linker (ar).\n";
print OUT "Check your archive tool (ar).\n";
goto err;
}
} else {