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:
cfa3747
)
Did not check the last SDIR line for excluded algorithms.
author
Ulf Möller
<ulf@openssl.org>
Fri, 16 Jul 1999 00:49:51 +0000
(
00:49
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Fri, 16 Jul 1999 00:49:51 +0000
(
00:49
+0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index d88ae2397780046111c2d9a68bab3bd57be70d51..b823037c335e8fd76eb9562250742ca312cb5d58 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-509,13
+509,13
@@
while (<IN>)
{
chop;
$sdirs = 1 if /^SDIRS=/;
- $sdirs = 0 unless /\\$/;
if ($sdirs) {
my $dir;
foreach $dir (@skip) {
s/$dir//;
}
}
+ $sdirs = 0 unless /\\$/;
s/^VERSION=.*/VERSION=$version/;
s/^MAJOR=.*/MAJOR=$major/;
s/^MINOR=.*/MINOR=$minor/;