]> granicus.if.org Git - gc/commit
configure: add --enable-handle-fork option
authorAndy Wingo <wingo@pobox.com>
Tue, 27 Mar 2012 11:20:37 +0000 (13:20 +0200)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 3 Apr 2012 03:55:10 +0000 (07:55 +0400)
commit2b0fd8f841b9a6ed3d2811125af22df00e238129
tree7a5bcfd99a8ef21f79f31462789a17947cc3c13f
parent5d58dc64cbc631f9b80556aeef7c0f7fb3a57501
configure: add --enable-handle-fork option

* configure.ac: Add --enable-handle-fork option; if explicitly passed,
enables or disables the pthread_atfork support; if not passed, the
default, as determined by gcconfig.h, is to enable HANDLE_FORK if it
is supported on the target platform.
configure.ac