Re: 2.4 threading branch and apxs missing MPM_NAME

2014-04-28 Thread Jan Kaluža
On 04/23/2014 03:04 PM, Torsten Förtsch wrote: On 23/04/14 13:21, Jan Kaluža wrote: Thanks for that summary Torsten. As I understand it right now, we should build mod_perl with httpd-2.4 with "-Duseithreads -Dusemultiplicity" and allow building with other combination if user explicitly wants it

Re: 2.4 threading branch and apxs missing MPM_NAME

2014-04-28 Thread Torsten Förtsch
Hi Jan, On 28/04/14 13:22, Jan Kaluža wrote: > On 04/23/2014 03:04 PM, Torsten Förtsch wrote: >> On 23/04/14 13:21, Jan Kaluža wrote: >>> Thanks for that summary Torsten. As I understand it right now, we should >>> build mod_perl with httpd-2.4 with "-Duseithreads -Dusemultiplicity" and >>> allow

Re: 2.4 threading branch and apxs missing MPM_NAME

2014-04-28 Thread Jan Kaluža
On 04/28/2014 02:57 PM, Torsten Förtsch wrote: Hi Jan, On 28/04/14 13:22, Jan Kaluža wrote: On 04/23/2014 03:04 PM, Torsten Förtsch wrote: On 23/04/14 13:21, Jan Kaluža wrote: Thanks for that summary Torsten. As I understand it right now, we should build mod_perl with httpd-2.4 with "-Duseith

Re: 2.4 threading branch and apxs missing MPM_NAME

2014-04-28 Thread Jan Kaluža
On 04/28/2014 03:03 PM, Jan Kaluža wrote: On 04/28/2014 02:57 PM, Torsten Förtsch wrote: Hi Jan, On 28/04/14 13:22, Jan Kaluža wrote: On 04/23/2014 03:04 PM, Torsten Förtsch wrote: On 23/04/14 13:21, Jan Kaluža wrote: Thanks for that summary Torsten. As I understand it right now, we should b

Re: 2.4 threading branch and apxs missing MPM_NAME

2014-04-28 Thread Torsten Förtsch
On 28/04/14 15:03, Jan Kaluža wrote: > I think we can remove that option Please do it so. Torsten - To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org For additional commands, e-mail: dev-h...@perl.apache.org

Re: 2.4 threading branch and apxs missing MPM_NAME

2014-04-28 Thread Jan Kaluža
On 04/28/2014 03:08 PM, Torsten Förtsch wrote: On 28/04/14 15:03, Jan Kaluža wrote: I think we can remove that option Please do it so. Done in r1590627. Although r1151822 seems to do similar thing, I think my way provides cleaner error message and has working MP_NO_THREADS=1 option. Tor