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:
Alasdair Sinclair 2017-01-27 03:11:25 +00:00 committed by Alexandre Julliard
parent 96a48efeea
commit 6981a86441
2 changed files with 2 additions and 2 deletions

2
aclocal.m4 vendored
View File

@ -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

2
configure vendored
View File

@ -7722,7 +7722,7 @@ else
ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
fi
case $ac_name in
*16) ac_implibflags=" -m16" ;;
*.*16) ac_implibflags=" -m16" ;;
*.*) ;;
*) ac_dll=$ac_dll.dll ;;
esac