From 6981a86441f7e5863f6c411ed1b5415d58c4488b Mon Sep 17 00:00:00 2001 From: Alasdair Sinclair Date: Fri, 27 Jan 2017 03:11:25 +0000 Subject: [PATCH] configure: Fix make install for mf3216.dll. Signed-off-by: Alasdair Sinclair Signed-off-by: Alexandre Julliard --- aclocal.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index c65ebc48463..9364188e334 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 diff --git a/configure b/configure index 54329a69905..f0081fbdc79 100755 --- a/configure +++ b/configure @@ -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