Configure: disallow the mixture of compiling flags and env / make variables
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Mar 2018 13:16:18 +0000 (14:16 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Mar 2018 16:24:02 +0000 (17:24 +0100)
commitb92013602b6666314ad200d48e10a1aaa2c5b2fa
tree2e30f705e2cdf97b3f88a706f803d23062c690cb
parent310f28df2e5317a96a4390117af17dab34706d67
Configure: disallow the mixture of compiling flags and env / make variables

Note that this might give surprising results if someone forgets an environment
variable that has been set previously.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5534)
Configure
INSTALL