aboutsummaryrefslogtreecommitdiff
path: root/common/acx_pthread.m4
diff options
context:
space:
mode:
Diffstat (limited to 'common/acx_pthread.m4')
-rw-r--r--common/acx_pthread.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/common/acx_pthread.m4 b/common/acx_pthread.m4
index dcf6332..0f2e415 100644
--- a/common/acx_pthread.m4
+++ b/common/acx_pthread.m4
@@ -234,7 +234,7 @@ if test "x$acx_pthread_ok" = xyes; then
AC_MSG_CHECKING([whether to check for GCC pthread/shared inconsistencies])
check_inconsistencies=yes
case "${host_cpu}-${host_os}" in
- *-darwin*) check_inconsistencies=no ;;
+ *-darwin* | *-androideabi ) check_inconsistencies=no ;;
esac
if test x"$GCC" != xyes -o "x$check_inconsistencies" != xyes ; then
AC_MSG_RESULT([no])