From 71bcd3b65e0a40bcdd2bfbdea07f96cce03a8a8f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 18 Mar 2017 23:55:58 +0100 Subject: autocconf: Add android exception for pthread detection --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index df6aca5..ddd5b81 100644 --- a/configure.ac +++ b/configure.ac @@ -56,13 +56,13 @@ AC_C_BIGENDIAN([AC_DEFINE([__BIG_ENDIAN__], [1], [big endian])], # Check for operating system -AC_MSG_CHECKING([wether we need platform-specific build settings]) +AC_MSG_CHECKING([wether we need platform-specific build settings for ${host_os}]) case ${host_os} in *mingw32*|*cygwin*) AC_MSG_RESULT([yes]) win32=true ;; - darwin*) + darwin*|*android*) AC_MSG_RESULT([no]) ;; *) -- cgit v1.1-32-gdbae