summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-02-25 11:55:15 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-02-25 11:55:15 +0000
commitb2cf7c6452aae1e85ade176bf54ad89bf0263eb2 (patch)
treeeeb23d48e69c2bcc84092a5942ec72ee59bb6013
parent7587347bc48e7e8a1e800e48bb0a658f1557c424 (diff)
downloadopenssl-new-b2cf7c6452aae1e85ade176bf54ad89bf0263eb2.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.
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 1766e99562..96aa51af2e 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;
}