diff options
| author | 2017-03-18 23:55:58 +0100 | |
|---|---|---|
| committer | 2017-03-18 23:55:58 +0100 | |
| commit | 71bcd3b65e0a40bcdd2bfbdea07f96cce03a8a8f (patch) | |
| tree | cbf6875880fc7d34bf40a230c41a6ac4d5d35b48 | |
| parent | e37ca0090343e0dae97e967d467bab56d502c37a (diff) | |
| download | libplist-71bcd3b65e0a40bcdd2bfbdea07f96cce03a8a8f.tar.gz libplist-71bcd3b65e0a40bcdd2bfbdea07f96cce03a8a8f.tar.bz2 | |
autocconf: Add android exception for pthread detection
| -rw-r--r-- | configure.ac | 4 |
1 files 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])], | |||
| 56 | 56 | ||
| 57 | 57 | ||
| 58 | # Check for operating system | 58 | # Check for operating system |
| 59 | AC_MSG_CHECKING([wether we need platform-specific build settings]) | 59 | AC_MSG_CHECKING([wether we need platform-specific build settings for ${host_os}]) |
| 60 | case ${host_os} in | 60 | case ${host_os} in |
| 61 | *mingw32*|*cygwin*) | 61 | *mingw32*|*cygwin*) |
| 62 | AC_MSG_RESULT([yes]) | 62 | AC_MSG_RESULT([yes]) |
| 63 | win32=true | 63 | win32=true |
| 64 | ;; | 64 | ;; |
| 65 | darwin*) | 65 | darwin*|*android*) |
| 66 | AC_MSG_RESULT([no]) | 66 | AC_MSG_RESULT([no]) |
| 67 | ;; | 67 | ;; |
| 68 | *) | 68 | *) |
