]> granicus.if.org Git - openssl/commit
Fix the handling of --with-zlib-include
authorRichard Levitte <levitte@openssl.org>
Tue, 12 Apr 2016 14:35:32 +0000 (16:35 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Apr 2016 09:36:46 +0000 (11:36 +0200)
commitda430a5555b97cc0fe5e9bf6cfd64be98e8b5bcb
tree60f15303afa962ffa28de6e50fc4c5a1e6ccda31
parent5a5c0b953f8f97b4e604da494a65de034bbaaceb
Fix the handling of --with-zlib-include

The handling was Unix centric, already in Configure.  Change that to
just collect the value and let the build file templates figure out
what to do with it.

Reviewed-by: Matt Caswell <matt@openssl.org>
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
Configure