From: Ileana Dumitrescu Date: Mon, 20 Jan 2025 15:49:37 +0000 (+0200) Subject: Revert "libtool.m4: Avoid warning message in deplibs_check_method" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1457e40faa625e1fee5902dea52f5bc3ce8a713e;p=thirdparty%2Flibtool.git Revert "libtool.m4: Avoid warning message in deplibs_check_method" This reverts commit a08d2989cbee7022d63dc75d2eb9b3e96d3f174e. --- diff --git a/m4/libtool.m4 b/m4/libtool.m4 index c750f2d87..c677ccfda 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.