Module: wine Branch: master Commit: 6981a86441f7e5863f6c411ed1b5415d58c4488b URL: http://source.winehq.org/git/wine.git/?a=commit;h=6981a86441f7e5863f6c411ed1...
Author: Alasdair Sinclair alasdairsinc@gmail.com Date: Fri Jan 27 03:11:25 2017 +0000
configure: Fix make install for mf3216.dll.
Signed-off-by: Alasdair Sinclair alasdairsinc@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
aclocal.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/aclocal.m4 b/aclocal.m4 index c65ebc4..9364188 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 54329a6..f0081fb 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