This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
[perl5.git] / configpm
index b98bf82..86abd6d 100755 (executable)
--- a/configpm
+++ b/configpm
@@ -274,6 +274,7 @@ if ($OS2::is_aout) {
         $preconfig{$_} = $v eq 'undef' ? undef : $v;
     }
 }
+$preconfig{d_fork} = undef unless $OS2::can_fork; # Some funny cases can't
 sub TIEHASH { bless {%preconfig} }
 ENDOFSET
 } else {