aboutsummaryrefslogtreecommitdiff
path: root/common/acx_pthread.m4
diff options
context:
space:
mode:
authorRobert Ginda <rginda@google.com>2015-08-12 16:52:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-08-12 16:52:20 +0000
commitfb01bb0a5debbce788af13284894ede6a73b5502 (patch)
tree66e25cb08f86de18f478b7773fe27553a89e99f9 /common/acx_pthread.m4
parente20cc505b5c07fe58ecc9a5b691cbb7be6f9ca89 (diff)
parent5178e7e24d625d2bfe940f977d2489d8b373baad (diff)
downloadavahi-fb01bb0a5debbce788af13284894ede6a73b5502.tar.gz
Merge "Apply patch 0001 from http://www.avahi.org/ticket/354"
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])