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.
This commit is contained in:
Dr. Stephen Henson 2009-02-25 11:55:15 +00:00
parent 7587347bc4
commit b2cf7c6452

View File

@ -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;
}