Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed building DLL on Windows
  • Loading branch information
slouken committed Mar 25, 2006
1 parent 48ec09f commit 3bb871c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions acinclude.m4
Expand Up @@ -2614,14 +2614,16 @@ 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'
#lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='func_win32_libid'
;;
mingw* | pw32*)
# Base MSYS/MinGW do not provide the 'file' command needed by
# func_win32_libid shell function, so use a weaker test based on 'objdump'.
lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
#lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$OBJDUMP -f'
;;
Expand Down

0 comments on commit 3bb871c

Please sign in to comment.