Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
6981a864
Commit
6981a864
authored
Jan 27, 2017
by
Alasdair Sinclair
Committed by
Alexandre Julliard
Jan 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Fix make install for mf3216.dll.
Signed-off-by:
Alasdair Sinclair
<
alasdairsinc@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
96a48efe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
aclocal.m4
aclocal.m4
+1
-1
configure
configure
+1
-1
No files found.
aclocal.m4
View file @
6981a864
...
...
@@ -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
...
...
configure
View file @
6981a864
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment