Alexandre Julliard : configure: Don't build wow32. dll when 16-bit support is disabled.

Alexandre Julliard julliard at winehq.org
Wed Sep 30 10:56:06 CDT 2009


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Sep 29 20:13:58 2009 +0200

configure: Don't build wow32.dll when 16-bit support is disabled.

---

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

diff --git a/configure b/configure
index 70a62bb..ceb6e20 100755
--- a/configure
+++ b/configure
@@ -4086,6 +4086,7 @@ then
     enable_w32skrnl=${enable_w32skrnl:-no}
     enable_winedos=${enable_winedos:-no}
     enable_winevdm=${enable_winevdm:-no}
+    enable_wow32=${enable_wow32:-no}
 fi
 
 if test -n "$with_wine64"
diff --git a/configure.ac b/configure.ac
index 0c1c0bf..d489f00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,6 +178,7 @@ then
     enable_w32skrnl=${enable_w32skrnl:-no}
     enable_winedos=${enable_winedos:-no}
     enable_winevdm=${enable_winevdm:-no}
+    enable_wow32=${enable_wow32:-no}
 fi
 
 dnl Some special cases for the wow64 build




More information about the wine-cvs mailing list