Commit 71bcd3b6 authored by Nikias Bassen's avatar Nikias Bassen

autocconf: Add android exception for pthread detection

parent e37ca009
...@@ -56,13 +56,13 @@ AC_C_BIGENDIAN([AC_DEFINE([__BIG_ENDIAN__], [1], [big endian])], ...@@ -56,13 +56,13 @@ AC_C_BIGENDIAN([AC_DEFINE([__BIG_ENDIAN__], [1], [big endian])],
# Check for operating system # 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 case ${host_os} in
*mingw32*|*cygwin*) *mingw32*|*cygwin*)
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
win32=true win32=true
;; ;;
darwin*) darwin*|*android*)
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment