chiark / gitweb /
build-sys: fix check for efi-lds file
authorMirco Tischler <mt-ml@gmx.de>
Thu, 5 Mar 2015 00:22:01 +0000 (01:22 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 5 Mar 2015 00:33:29 +0000 (19:33 -0500)
commitefbef0036d33da7d61deae13477d2f44752ced74
tree387152b89e6a0791f3e546a65aded56b036bb636
parent3a867c6a2361c8af943d3ed452da6e8623a3f65d
build-sys: fix check for efi-lds file

Using the DIR macro breaks caching and has no benefit as it only offers
performance improvements when AS_FOR is used with a single element list.
Also --with-lds-dir= was broken as we never set have_efi_lds in this case.
Fix this and check if PATH actually contains the efi-lds file.
configure.ac