summaryrefslogtreecommitdiff
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorsteve <steve>2009-02-25 11:55:15 +0000
committersteve <steve>2009-02-25 11:55:15 +0000
commitf7ab3e701bb795f46ecd9ce8701a93a43eb9aa5e (patch)
tree7b9fc1b6b96c05009853b4860cfd2b3b978cda65 /util/mkdef.pl
parenta0470b6e7f196f8cfdbf60c0fdeba68f1fe60e81 (diff)
downloadopenssl-f7ab3e701bb795f46ecd9ce8701a93a43eb9aa5e.tar.gz
Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>
Approved by: steve Recognise "enable-zlib" in mkdef.pl to handle "zlib" option when passed to Configure.
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 1766e9956..96aa51af2 100755
--- 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;
}