Configuration: move the handling of zlib_include to config files
[openssl.git] / Configurations / windows-makefile.tmpl
index 0abe6eaa536e5c9833811a1eb2e73c7da13ded89..86bc0869b96b2d1bc5ce539b53a4609b9e0f4ba6 100644 (file)
@@ -466,11 +466,6 @@ EOF
      my $srcs = '"'.join('" "',  @srcs).'"';
      my $deps = '"'.join('" "', @srcs, @{$args{deps}}).'"';
      my $incs = join("", map { ' /I "'.$_.'"' } @{$args{incs}});
-     unless ($disabled{zlib}) {
-         if ($withargs{zlib_include}) {
-             $incs .= ' /I "'.$withargs{zlib_include}.'"';
-         }
-     }
      my $cflags = '$(CFLAGS)';
      $cflags .= { lib => ' $(LIB_CFLAGS)',
                  dso => ' $(DSO_CFLAGS)',