X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util%2Fselftest.pl;h=e9d5aa8938ec3d1f2d3f9fa82d49b68ef0ff86a7;hb=aa0d4ed5fac931cbd652d9f1557bcf68e4ecec44;hp=276b81183d2922162c0c034867e9c11558f1d83e;hpb=e29f478a7ae56f60ac1a65fe85d8fa226f2aa6e0;p=oweals%2Fopenssl.git diff --git a/util/selftest.pl b/util/selftest.pl index 276b81183d..e9d5aa8938 100644 --- a/util/selftest.pl +++ b/util/selftest.pl @@ -34,9 +34,9 @@ foreach $_ (split("\n",$c)) { $platform0=$1 if (/Configuring for (.*)$/); } -system "sh config" if (! -f "Makefile.ssl"); +system "sh config" if (! -f "Makefile"); -if (open(IN,") { $version=$1 if (/^VERSION=(.*)$/); $platform=$1 if (/^PLATFORM=(.*)$/);