This is an automated email from the git hooks/post-receive script. ildumi pushed a commit to branch development in repository libtool.
The following commit(s) were added to refs/heads/development by this push: new 1457e40f Revert "libtool.m4: Avoid warning message in deplibs_check_method" 1457e40f is described below commit 1457e40faa625e1fee5902dea52f5bc3ce8a713e Author: Ileana Dumitrescu <ileanadumitresc...@gmail.com> AuthorDate: Mon Jan 20 17:49:37 2025 +0200 Revert "libtool.m4: Avoid warning message in deplibs_check_method" This reverts commit a08d2989cbee7022d63dc75d2eb9b3e96d3f174e. --- m4/libtool.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index c750f2d8..c677ccfd 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -3628,7 +3628,7 @@ bsdi[[45]]*) cygwin*) # func_win32_libid is a shell function defined in ltmain.sh - lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL|^x86 archive static' + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; @@ -3637,7 +3637,7 @@ mingw* | windows* | pw32*) # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then - lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL|^x86 archive static' + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid.