/[Apache-SVN]/perl/modperl/trunk/lib/ModPerl/BuildOptions.pm
ViewVC logotype

Diff of /perl/modperl/trunk/lib/ModPerl/BuildOptions.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/trunk/lib/ModPerl/BuildOptions.pm	2005/04/08 17:10:39	160563
+++ perl/modperl/trunk/lib/ModPerl/BuildOptions.pm	2005/04/08 17:11:43	160564
@@ -101,7 +101,7 @@ sub parse {
 
         if (/^MP_/) {
             my($key, $val) = split $param_qr, $_, 2;
-            $val ||= "";
+            $val ||= "" unless defined $val && $val eq '0';
             $continue = $val =~ s/\\$// ? $key : "";
 
             if (!$table->{$key} and $opts & UNKNOWN_FATAL) {

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26