Skip to content

configure: Only probe for LD in FIND_LD

Ben Gamari requested to merge wip/T21778 into master

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

Merge request reports