From 0b7618888b2af3db2676da1b15da70631ccd248e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Fri, 13 Aug 1999 21:02:25 +0000 Subject: [PATCH] editing error. --- Configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.25.1