Alexandre Julliard : makefiles: Disable winetest when tests are disabled.

Alexandre Julliard julliard at winehq.org
Wed Feb 10 10:44:49 CST 2010


Module: wine
Branch: master
Commit: 95081550fd5b8808204748b53682259fbd7d0b7f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=95081550fd5b8808204748b53682259fbd7d0b7f

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Feb  9 19:08:17 2010 +0100

makefiles: Disable winetest when tests are disabled.

---

 configure    |    2 ++
 configure.ac |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index bc61d07..0d59588 100755
--- a/configure
+++ b/configure
@@ -4111,6 +4111,8 @@ esac
 
 enable_win16=${enable_win16:-no}
 
+enable_winetest=${enable_winetest:-$enable_tests}
+
 if test -n "$with_wine64"
 then
     if test "x$enable_win64" = "xyes"
diff --git a/configure.ac b/configure.ac
index b0e6a48..6276241 100644
--- a/configure.ac
+++ b/configure.ac
@@ -170,6 +170,9 @@ esac
 dnl enable_win16 defaults to yes on x86, to no on other CPUs
 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
 if test -n "$with_wine64"
 then




More information about the wine-cvs mailing list