client: fix Android OS detection

This commit is contained in:
Rom Walton 2013-10-21 13:19:33 -04:00
parent 902fd041dc
commit 2bf8aa9221
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ dnl or OS2
AM_CONDITIONAL(OS_OS2, [echo $host_os | grep '^os2' > /dev/null])
AM_CONDITIONAL(OS_ARM_LINUX, [echo $host_alias | grep '^arm-linux' > /dev/null])
dnl Android
AM_CONDITIONAL(OS_ANDROID, [echo $host_alias | grep '^android' > /dev/null])
AM_CONDITIONAL(OS_ANDROID, [echo $boinc_platform | grep '^android' > /dev/null])
dnl Whether to build fcgi components
AM_CONDITIONAL(ENABLE_FCGI,[test "${enable_fcgi}" = yes])