projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c1d0b3
)
editing error.
author
Ulf Möller
<ulf@openssl.org>
Fri, 13 Aug 1999 21:02:25 +0000
(21:02 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Fri, 13 Aug 1999 21:02:25 +0000
(21:02 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index d8dcf8f0a0b9daa14b90b2a42f52c9ba94ed7738..838f3cdbe92e9bbc7777ebd44f08f2e4d399ad54 100755
(executable)
--- 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);