]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Check if -no-canonical-prefixes supported
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 7 Jun 2024 17:02:55 +0000 (20:02 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Sat, 8 Jun 2024 08:16:10 +0000 (11:16 +0300)
commite40ba04af725eb49db6d61471a4804efe682e423
treec60b992226f919ad6703e950c14929831c030190
parent9a4a02615c9e7cbcfd690ed31874822a7d6aaea2
libtool: Check if -no-canonical-prefixes supported

The compiler fails with the -no-canonical-prefixes flag in certain
environments. Check if the flag is supported in the current environment
and skip the test if it is not supported.

* tests/bug_62343.at: Skip test if -no-canonical-prefixes is unsupported
  in the current environment.
tests/bug_62343.at