In build.info, an IF within a clause that's skipped over shouldn't apply
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Mar 2016 13:33:37 +0000 (14:33 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 9 Mar 2016 13:53:30 +0000 (14:53 +0100)
commit635bd409b354a6444728bb4ddf07272cf58e1cc9
treec5b81d74b3c13c1e0f416c84ce3e66773fb63ed5
parent4a4e250c2ad187e0b078ca10b77ff00e69e5eca9
In build.info, an IF within a clause that's skipped over shouldn't apply

If we find an IF within a clause that's skipped over, set it to be
skipped as well.

Reviewed-by: Matt Caswell <matt@openssl.org>
Configure