Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>
[openssl.git] / util / mkdef.pl
index 1766e995623ec05fa7217da71fd677cd31a22383..96aa51af2effe10669c6c52e56697460162c79aa 100755 (executable)
@@ -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;
        }