Don't use a default for --with-zlib-lib on Windows with option 'zlib'
[openssl.git] / Configurations / 00-base-templates.conf
index 0211a8c936f888c5dd07952e109c0a9348f3b380..c28e4e1b515e3b23ff28f21e728299270573b17c 100644 (file)
@@ -80,7 +80,7 @@
             sub {
                 unless ($disabled{zlib}) {
                     if (defined($disabled{"zlib-dynamic"})) {
-                        return $withargs{zlib_lib} || "zlib1.lib";
+                        return $withargs{zlib_lib};
                     }
                 }
                 return (); },