Alexandre Julliard : configure: Don't disable includes for the Wow64 build.
Module: wine Branch: master Commit: fbc8ac470ff4cc5e04c717fc6d4e475e478b2e09 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fbc8ac470ff4cc5e04c717fc6d... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Apr 7 22:54:51 2010 +0200 configure: Don't disable includes for the Wow64 build. --- configure | 1 - configure.ac | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 07f7df5..e021e48 100755 --- a/configure +++ b/configure @@ -4120,7 +4120,6 @@ then WOW64_DISABLE=\# enable_fonts=${enable_fonts:-no} - enable_include=${enable_include:-no} enable_rpcss=${enable_rpcss:-no} enable_server=${enable_server:-no} enable_tools=${enable_tools:-no} diff --git a/configure.ac b/configure.ac index 7650ffa..7d9031d 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,6 @@ then fi AC_SUBST([WOW64_DISABLE],[\#]) enable_fonts=${enable_fonts:-no} - enable_include=${enable_include:-no} enable_rpcss=${enable_rpcss:-no} enable_server=${enable_server:-no} enable_tools=${enable_tools:-no}
participants (1)
-
Alexandre Julliard