limine-bootloader / limine

Modern, advanced, portable, multiprotocol bootloader and boot manager.
https://limine-bootloader.org
BSD 2-Clause "Simplified" License
1.87k stars 141 forks source link

build: handle the case when $STRIP is a full path #408

Closed WavyEbuilder closed 2 months ago

WavyEbuilder commented 2 months ago

Bit of a hack, but as AC_CHECK_PROG iterators each path under $PATH, trying to find $STRIP under each one, the case where $STRIP is a full path is not handled correctly. Let's use test -x to check for that beforehand.