https://issues.apache.org/bugzilla/show_bug.cgi?id=55153
--- Comment #14 from Harald Oehlmann <[email protected]> --- What could be done in addition: - include the pthread_atfork test from tcl in the configure script - include a Tcl_InitNotifier() if pthread_atfork is not available #if !defined(HAVE_PTHREAD_ATFORK) Tcl_InitNotifier(); #endif This would do it the same way as the tcl core test case which is IMHO a good thing. Thank you, Harald -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
