diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2001-07-23 15:29:49 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-23 23:04:02 +0000 |
commit | 764df951e4265f932b70873d1d56431da2d2763f (patch) | |
tree | 7c3b6d33f1a91ca057bbb02e382338fdd9a4de55 /configpm | |
parent | 2f217c7c33e3b14680f2e1a724b8a463a35767ea (diff) | |
download | perl-764df951e4265f932b70873d1d56431da2d2763f.tar.gz |
OS/2 multi-architecture
Message-ID: <20010723192949.A14802@math.ohio-state.edu>
p4raw-id: //depot/perl@11462
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |