From: Bodo Möller Date: Sat, 4 Mar 2000 02:06:04 +0000 (+0000) Subject: Change output text (ar is not a linker). X-Git-Tag: OpenSSL_0_9_5a-beta1~101 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0cff255077dd74d69a61ac68b2d754add33d1a81;p=oweals%2Fopenssl.git Change output text (ar is not a linker). --- diff --git a/util/selftest.pl b/util/selftest.pl index f6ccfded26..91aaaeca9d 100644 --- a/util/selftest.pl +++ b/util/selftest.pl @@ -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 {