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:17 +0000 (09:51 +0100)
commit906032d5a04f8cf8af5f515e0a8ea44a2285a2cc
tree5fe441daad611e709ca89252b02e0e1fc13b30f9
parent4917e91160fac2acef543ad6a74b2da2e1f17625
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)
Configure