X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configure;h=838f3cdbe92e9bbc7777ebd44f08f2e4d399ad54;hp=d8dcf8f0a0b9daa14b90b2a42f52c9ba94ed7738;hb=0b7618888b2af3db2676da1b15da70631ccd248e;hpb=5c1d0b314aa2a9c801da935bdd3746757d5c6076 diff --git a/Configure b/Configure index d8dcf8f0a0..838f3cdbe9 100755 --- a/Configure +++ b/Configure @@ -338,7 +338,8 @@ my $ranlib; my $perl; $ranlib=&which("ranlib") or $ranlib="true"; -$perl=$ENV{'PERL'} or &which("perl5") or $perl=&which("perl") or $perl="perl"; +$perl=$ENV{'PERL'} or $perl=&which("perl5") or $perl=&which("perl") + or $perl="perl"; &usage if ($#ARGV < 0);