Configure: allow conditions and variable values to have variable references
authorRichard Levitte <levitte@openssl.org>
Sun, 16 Jun 2019 09:38:30 +0000 (11:38 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 17 Jun 2019 14:08:52 +0000 (16:08 +0200)
commit0ee7b9fe7f9afadcf566d740e01043faeaa9476e
treecef68ecea047d6f1d7ca6484d215c1c5a0cf0de5
parent26de4ec68f9c332c8d24376b986cd54954d7c6d2
Configure: allow conditions and variable values to have variable references

This will allow building variables on other variables, and to have
conditions based on variable contents.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9166)
Configure