Configure: don't mangle the directory again when checking DEPEND inclusion
authorRichard Levitte <levitte@openssl.org>
Wed, 7 Mar 2018 14:58:04 +0000 (15:58 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 10 Mar 2018 08:51:58 +0000 (09:51 +0100)
commit5cdc23a3e5d717a74776202f07f48e1dfbb19420
tree02aff7ea65a95e1340af8b31202930b150b3c495
parent8cd40e1f6e85dff21f68ad1dec8f3115dbb58c94
Configure: don't mangle the directory again when checking DEPEND inclusion

When generating the correct inclusion directory for DEPEND, we mangled
it to be relative to the build or the source directory.  However, the
value we handle already come with a correct directory, so we only need
to use it as is.

Fixes #5543

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5546)

(cherry picked from commit 906032d5a04f8cf8af5f515e0a8ea44a2285a2cc)
Configure