On 18 June 2016 at 20:49, Stefan Weil <s...@weilnetz.de> wrote: > The test currently only works with ELF and requires readelf, > but OS X does not use ELF binaries. > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > configure | 7 +++++++ > 1 file changed, 7 insertions(+)
Would be neater to use "if has readelf" I think, rather than making it OS specific. (I assume readelf itself does the right thing if fed a non-ELF object, or we'd already be breaking windows builds.) thanks -- PMM