OpenBSD complains.
This commit is contained in:
parent
623bb80b77
commit
b313adc4b6
@ -83,7 +83,7 @@ if (open(TEST,">cctest.c")) {
|
|||||||
print OUT "Compiler doesn't work.\n";
|
print OUT "Compiler doesn't work.\n";
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
system("ar r cctest.a");
|
system("ar r cctest.a /dev/null");
|
||||||
if (not -f "cctest.a") {
|
if (not -f "cctest.a") {
|
||||||
print OUT "Check your archive tool (ar).\n";
|
print OUT "Check your archive tool (ar).\n";
|
||||||
goto err;
|
goto err;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user