Commit 6981a864 authored by Alasdair Sinclair's avatar Alasdair Sinclair Committed by Alexandre Julliard

configure: Fix make install for mf3216.dll.

parent 96a48efe
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment