configure: Disable the preloader on Android.

It cannot work anymore now that Android requires PIE binaries.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2015-11-17 12:49:13 +09:00
parent 3d8a91e14d
commit 861dd85cc2
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -14938,6 +14938,7 @@ case $build_os in
esac
case $host_os in
linux-android*) ;;
linux*)
case $host_cpu in
*i[3456789]86*|x86_64*)

View File

@ -1928,6 +1928,7 @@ case $build_os in
esac
case $host_os in
linux-android*) ;;
linux*)
case $host_cpu in
*i[[3456789]]86*|x86_64*)