mirror of https://github.com/BOINC/boinc.git
client: fix Android OS detection
This commit is contained in:
parent
902fd041dc
commit
2bf8aa9221
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue