Commit 95081550 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Disable winetest when tests are disabled.

parent ea9a113a
...@@ -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"
......
...@@ -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
......
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