Fix build for Android after enabling handle-fork by default
authorIvan Maidanski <ivmai@mail.ru>
Wed, 11 Jul 2018 08:42:12 +0000 (11:42 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 11 Jul 2018 08:42:12 +0000 (11:42 +0300)
commit6a7af12cbd3d2c27a208cff577662fca7e729a93
tree3d2cac38004564c98e913dd5b92415f742dde1b2
parent0188393ec068ee5bb3117b78477cd19e0ddee452
Fix build for Android after enabling handle-fork by default
(fix of commit 686a667)

Issue #174 (bdwgc).

* CMakeLists.txt [CMAKE_USE_PTHREADS_INIT]: Do not define HANDLE_FORK
macro for android host.
* configure.ac [$enable_handle_fork!=yes/no/manual && THREADS=xposix]:
Likewise.
CMakeLists.txt
configure.ac