configure: Don't disable 32-bit programs on Wow64 to support a future 32-bit compatibility mode.
This commit is contained in:
parent
d4b8536952
commit
980b688fd8
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue