提交 5c1d0b31 编写于 作者: U Ulf Möller

Honor $PERL environment variable in Configure.

Submitted by: Even Holen <Even.Holen@itea.ntnu.no>
上级 2b7af701
......@@ -338,7 +338,7 @@ my $ranlib;
my $perl;
$ranlib=&which("ranlib") or $ranlib="true";
$perl=&which("perl5") or $perl=&which("perl") or $perl="perl";
$perl=$ENV{'PERL'} or &which("perl5") or $perl=&which("perl") or $perl="perl";
&usage if ($#ARGV < 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册