]> 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>
Wed, 28 Mar 2012 17:17:42 +0000 (21:17 +0400)
commit806d656802a1e3c2b55cd9e4530c6420340886c9
treefdf88d4991c71198f1e6be0b6ed60c89959cf310
parentcfca1cca99c757ac33c114ad3e9dd77ef430c0fa
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