Closed tornaria closed 4 years ago
To detect if yasm is available, configure uses the which command, which may not be available. The posix equivalent is command -v.
yasm
which
command -v
See: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html
Thanks.
To detect if
yasm
is available, configure uses thewhich
command, which may not be available. The posix equivalent iscommand -v
.See: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html