Author: gozer
Date: Tue Mar  7 16:31:01 2006
New Revision: 384067

URL: http://svn.apache.org/viewcvs?rev=384067&view=rev
Log:
This test should only be against ithreads enabled Perls,
otherwise, the server will simply fail to start, as
PerlOptions +Parent isn't supported without ithreads.


Modified:
    perl/modperl/trunk/t/conf/extra.last.conf.in

Modified: perl/modperl/trunk/t/conf/extra.last.conf.in
URL: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/t/conf/extra.last.conf.in?rev=384067&r1=384066&r2=384067&view=diff
==============================================================================
--- perl/modperl/trunk/t/conf/extra.last.conf.in (original)
+++ perl/modperl/trunk/t/conf/extra.last.conf.in Tue Mar  7 16:31:01 2006
@@ -104,8 +104,10 @@
 
 #This used to trigger a segfault on startup
 #See http://thread.gmane.org/gmane.comp.apache.mod-perl/22750
+<IfDefine PERL_USEITHREADS>
 <VirtualHost inherit>
    PerlSwitches +inherit
    PerlOptions +Parent
    Perl 1
 </VirtualHost>
+</IfDefine>


Reply via email to