Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
95081550
Commit
95081550
authored
Feb 09, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Disable winetest when tests are disabled.
parent
ea9a113a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
configure
configure
+2
-0
configure.ac
configure.ac
+3
-0
No files found.
configure
View file @
95081550
...
@@ -4111,6 +4111,8 @@ esac
...
@@ -4111,6 +4111,8 @@ esac
enable_win16
=
${
enable_win16
:-
no
}
enable_win16
=
${
enable_win16
:-
no
}
enable_winetest
=
${
enable_winetest
:-
$enable_tests
}
if
test
-n
"
$with_wine64
"
if
test
-n
"
$with_wine64
"
then
then
if
test
"x
$enable_win64
"
=
"xyes"
if
test
"x
$enable_win64
"
=
"xyes"
...
...
configure.ac
View file @
95081550
...
@@ -170,6 +170,9 @@ esac
...
@@ -170,6 +170,9 @@ esac
dnl enable_win16 defaults to yes on x86, to no on other CPUs
dnl enable_win16 defaults to yes on x86, to no on other CPUs
enable_win16=${enable_win16:-no}
enable_win16=${enable_win16:-no}
dnl Disable winetest too if tests are disabled
enable_winetest=${enable_winetest:-$enable_tests}
dnl Some special cases for the wow64 build
dnl Some special cases for the wow64 build
if test -n "$with_wine64"
if test -n "$with_wine64"
then
then
...
...
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