mirror of
https://github.com/reactos/wine.git
synced 2024-11-23 11:49:50 +00:00
configure: Fix make install for mf3216.dll.
Signed-off-by: Alasdair Sinclair <alasdairsinc@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
96a48efeea
commit
6981a86441
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@ -346,7 +346,7 @@ wine_fn_config_dll ()
|
||||
|
||||
AS_VAR_IF([enable_tools],[no],,[ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"])
|
||||
case $ac_name in
|
||||
*16) ac_implibflags=" -m16" ;;
|
||||
*.*16) ac_implibflags=" -m16" ;;
|
||||
*.*) ;;
|
||||
*) ac_dll=$ac_dll.dll ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user