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:
parent
7587347bc4
commit
b2cf7c6452
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user