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:
7587347
)
Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 25 Feb 2009 11:55:15 +0000
(11:55 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 25 Feb 2009 11:55:15 +0000
(11:55 +0000)
Approved by: steve
Recognise "enable-zlib" in mkdef.pl to handle "zlib" option when passed
to Configure.
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 1766e995623ec05fa7217da71fd677cd31a22383..96aa51af2effe10669c6c52e56697460162c79aa 100755
(executable)
--- a/
util/mkdef.pl
+++ b/
util/mkdef.pl
@@
-149,7
+149,7
@@
foreach (@ARGV, split(/ /, $options))
}
$VMS=1 if $_ eq "VMS";
$OS2=1 if $_ eq "OS2";
- if ($_ eq "zlib" || $_ eq "zlib-dynamic"
+ if ($_ eq "zlib" || $_ eq "
enable-zlib" || $_ eq "
zlib-dynamic"
|| $_ eq "enable-zlib-dynamic") {
$zlib = 1;
}