configure: Only probe for LD in FIND_LD
Since 6be2c5a7 we would probe for LD
rather early in configure
. However, it turns out that this breaks
configure
's ld
-override logic, which assumes that LD
was set by
the user and aborts.
Fixes #21778 (closed).
Edited by Ben Gamari