]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool.m4: Avoid warning message in test case 30
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 11 Sep 2024 14:38:06 +0000 (17:38 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 11 Sep 2024 15:17:17 +0000 (18:17 +0300)
commita08d2989cbee7022d63dc75d2eb9b3e96d3f174e
tree6548bf915df739251ab0352d295a4fbf8c60001e
parente17ab6a5b57a49c802f06a5f6ea2ac0950044428
libtool.m4: Avoid warning message in test case 30

The test case for deplibs_check_method in tests/demo.at produces a
warning on multiple systems, such as Cygwin and Mingw. To avoid this
warning when using file_magic, '^x86 archive static' is appended for
lt_cv_deplibs_check_method.

* m4/libtool.m4: Append '^x86 archive static' for file_magic in the
lt_cv_deplibs_check_method.
m4/libtool.m4