Configure: use correct variable to infer the .ld file location
authorRichard Levitte <levitte@openssl.org>
Thu, 4 Oct 2018 15:41:51 +0000 (17:41 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 5 Oct 2018 06:22:42 +0000 (08:22 +0200)
commit05a72c28b20c665206a6c6793cbcc10b8d74a526
tree1832d4f750e0fe3861c01f78672badb4e9b1ff8c
parent66a24ab86816c240279d238aca41c68d57ead35c
Configure: use correct variable to infer the .ld file location

We didn't notice the error because it all happened in the top directory.
Now that we use .ld files in subdirectories, the bug became apparent.

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