Re: cvs commit: modperl-2.0/t/response/TestAPI module.pm

2004-05-07 Thread Stas Bekman
Philippe M. Chiasson wrote: Remove, no, but something like this will do: # if no build mode is specified default to DSO unless ($build->{MP_USE_DSO} or $build->{MP_USE_STATIC}) { $build->{MP_USE_DSO} = 1; } Yes, something like that. Unless you can think of something that would

Re: cvs commit: modperl-2.0/t/response/TestAPI module.pm

2004-05-07 Thread Philippe M. Chiasson
Stas Bekman wrote: Philippe M. Chiasson wrote: Sure, using the same method for deciding if we build static in the test does make sense. The only problem is that I was using MP_USE_STATIC in it right now, so I am not sure I quite understand how MP_USE_STATIC and MP_USE_DSO can be both set at th

Re: cvs commit: modperl-2.0/t/response/TestAPI module.pm

2004-05-07 Thread Stas Bekman
Philippe M. Chiasson wrote: Sure, using the same method for deciding if we build static in the test does make sense. The only problem is that I was using MP_USE_STATIC in it right now, so I am not sure I quite understand how MP_USE_STATIC and MP_USE_DSO can be both set at the same time. lib/M

Re: cvs commit: modperl-2.0/t/response/TestAPI module.pm

2004-05-07 Thread Philippe M. Chiasson
Stas Bekman wrote: Philippe M. Chiasson wrote: Stas Bekman wrote: [EMAIL PROTECTED] wrote: stas2004/05/06 18:47:13 Modified:t/response/TestAPI module.pm Log: USE_(STATIC|DSO) can be both set at the same time, try MODPERL_LIB_SHARED Revision ChangesPath 1.11 +

Re: cvs commit: modperl-2.0/t/response/TestAPI module.pm

2004-05-07 Thread Stas Bekman
Philippe M. Chiasson wrote: Stas Bekman wrote: [EMAIL PROTECTED] wrote: stas2004/05/06 18:47:13 Modified:t/response/TestAPI module.pm Log: USE_(STATIC|DSO) can be both set at the same time, try MODPERL_LIB_SHARED Revision ChangesPath 1.11 +5 -4 modperl-2.0

Re: cvs commit: modperl-2.0/t/response/TestAPI module.pm

2004-05-07 Thread Philippe M. Chiasson
Stas Bekman wrote: [EMAIL PROTECTED] wrote: stas2004/05/06 18:47:13 Modified:t/response/TestAPI module.pm Log: USE_(STATIC|DSO) can be both set at the same time, try MODPERL_LIB_SHARED Revision ChangesPath 1.11 +5 -4 modperl-2.0/t/response/TestAPI/module.p

Re: cvs commit: modperl-2.0/t/response/TestAPI module.pm

2004-05-06 Thread Stas Bekman
[EMAIL PROTECTED] wrote: stas2004/05/06 18:47:13 Modified:t/response/TestAPI module.pm Log: USE_(STATIC|DSO) can be both set at the same time, try MODPERL_LIB_SHARED Revision ChangesPath 1.11 +5 -4 modperl-2.0/t/response/TestAPI/module.pm Index: module.