Mailing List Archive

svn commit: r1578070 - /perl/embperl/trunk/Makefile.PL
Author: richter
Date: Sun Mar 16 13:50:40 2014
New Revision: 1578070

URL: http://svn.apache.org/r1578070
Log:
Fix Makefile.PL for apache 1

Modified:
perl/embperl/trunk/Makefile.PL

Modified: perl/embperl/trunk/Makefile.PL
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Makefile.PL?rev=1578070&r1=1578069&r2=1578070&view=diff
==============================================================================
--- perl/embperl/trunk/Makefile.PL (original)
+++ perl/embperl/trunk/Makefile.PL Sun Mar 16 13:50:40 2014
@@ -933,6 +933,9 @@ if ($b && $apache)
$mpm =~ /Server MPM:\s+(.+)$/ ;
$addmodpath2 = $addmodpath . '-' . lc($1) ;
}
+
+ delete $neededmodules{'prefork.c'} if (!$mp2cfg) ;
+
while (($mod, $opt) = each %neededmodules)
{
if (!grep (/$mod/, @modules))



---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org