configure: Don't disable 32-bit programs on Wow64 to support a future 32-bit compatibility mode.

This commit is contained in:
Alexandre Julliard 2010-04-15 22:52:36 +02:00
parent d4b8536952
commit 980b688fd8
2 changed files with 0 additions and 8 deletions

4
configure vendored
View File

@ -4121,12 +4121,8 @@ then
WOW64_DISABLE=\#
enable_fonts=${enable_fonts:-no}
enable_rpcss=${enable_rpcss:-no}
enable_server=${enable_server:-no}
enable_tools=${enable_tools:-no}
enable_wineboot=${enable_wineboot:-no}
enable_winedbg=${enable_winedbg:-no}
enable_winemenubuilder=${enable_winemenubuilder:-no}
test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
fi

View File

@ -190,12 +190,8 @@ then
fi
AC_SUBST([WOW64_DISABLE],[\#])
enable_fonts=${enable_fonts:-no}
enable_rpcss=${enable_rpcss:-no}
enable_server=${enable_server:-no}
enable_tools=${enable_tools:-no}
enable_wineboot=${enable_wineboot:-no}
enable_winedbg=${enable_winedbg:-no}
enable_winemenubuilder=${enable_winemenubuilder:-no}
test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
fi